add button to generate token to node configuration tab
add info message after node creation about token generation
This commit is contained in:
parent
52a395ac9a
commit
a1568e5acb
2 changed files with 28 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue