Fix bug in node update
This commit is contained in:
parent
59f9ab6e90
commit
73996d3154
2 changed files with 4 additions and 5 deletions
|
@ -126,8 +126,7 @@ class NodesController extends Controller
|
|||
'fqdn', 'scheme', 'memory',
|
||||
'memory_overallocate', 'disk',
|
||||
'disk_overallocate', 'upload_size',
|
||||
'daemonBase', 'daemonSFTP',
|
||||
'daemonListen', 'reset_secret',
|
||||
'daemonSFTP', 'daemonListen', 'reset_secret',
|
||||
]));
|
||||
Alert::success('Successfully update this node\'s information. If you changed any daemon settings you will need to restart it now.')->flash();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue