add button to generate token to node configuration tab

add info message after node creation about token generation
This commit is contained in:
Jakob Schrettenbrunner 2017-01-07 18:27:19 +01:00
parent 52a395ac9a
commit a1568e5acb
2 changed files with 28 additions and 0 deletions

View file

@ -83,6 +83,7 @@ class NodesController extends Controller
'_token',
]));
Alert::success('Successfully created new node. <strong>Before you can add any servers you need to first assign some IP addresses and ports.</strong>')->flash();
Alert::info('<strong>To simplify the node setup you can generate a token on the configuration tab.</strong>')->flash();
return redirect()->route('admin.nodes.view', [
'id' => $new,