Change order that allocations are loaded in on the allocation listing
This commit is contained in:
parent
22511c8e24
commit
0acc260b81
3 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,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>.',
|
||||
'unallocated_deleted' => 'Deleted all un-allocated ports for <code>:ip</code>.',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue