diff --git a/resources/views/admin/nodes/view.blade.php b/resources/views/admin/nodes/view.blade.php index c6befed5b..298f666e8 100644 --- a/resources/views/admin/nodes/view.blade.php +++ b/resources/views/admin/nodes/view.blade.php @@ -283,14 +283,11 @@
auto-installer
or auto-updater
to setup the daemon.
+ To simplify the configuration of nodes it is possible to fetch the config from the panel. A token is required for this process. The button below will generate a token and provide you with the commands necessary for automatic configuration of the node. Be aware that these tokens are only valid for 5 minutes.
To simplify the configuration of nodes it is possible to fetch the config from the panel. A token is required for this process. The button below will generate a token and provide you with the commands necessary for automatic configuration of the node. Be aware that these tokens are only valid for 5 minutes.
-- -
+{{ $node->getConfigurationAsJson(true) }}
@@ -507,9 +504,8 @@ $(document).ready(function () {
swal({
type: 'success',
title: 'Token created.',
- text: 'Here is your token: '+data.token+'
To auto-configure your node runnpm run configure -- --panel-url '+window.location.protocol+'//{{ config('app.url') }} --token '+data.token+'
To auto-configure your node runnpm run configure -- --panel-url '+window.location.protocol+'//{{ config('app.url') }} --token '+data.token+'