Complete migration of node controllers/repositories to new service structure

This commit is contained in:
Dane Everitt 2017-08-08 21:21:10 -05:00
parent 669119c8f8
commit 7277f728a9
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 40 additions and 36 deletions

View file

@ -33,5 +33,6 @@ return [
'location_required' => 'You must have at least one location configured before you can add a node to this panel.',
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. <strong>Before you can add any servers you must first allocate at least one IP address and port.</strong>',
'node_updated' => 'Node information has been updated. If any daemon settings were changed you will need to reboot it for those changes to take effect.',
'unallocated_deleted' => 'Deleted all unallocatred ports for <code>:ip</code>.',
],
];