Add allocations tab
Strips some core allocation features for now, will be added back with more features once the theme is done.
This commit is contained in:
parent
758927db8e
commit
88378ce983
8 changed files with 185 additions and 46 deletions
|
@ -31,5 +31,12 @@ return [
|
|||
'no_dbs' => 'There are no databases listed for this server.',
|
||||
'add_db' => 'Add a new database.',
|
||||
],
|
||||
'allocation' => [
|
||||
'header' => 'Server Allocations',
|
||||
'header_sub' => 'Control the IPs and ports available on this server.',
|
||||
'available' => 'Available Allocations',
|
||||
'help' => 'Allocation Help',
|
||||
'help_text' => 'The list to the left includes all available IPs and ports that are open for your server to use for incoming connections.'
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
@ -45,4 +45,8 @@ return [
|
|||
'create' => 'Create',
|
||||
'select_all' => 'Select All',
|
||||
'select_none' => 'Select None',
|
||||
'alias' => 'Alias',
|
||||
'primary' => 'Primary',
|
||||
'make_primary' => 'Make Primary',
|
||||
'none' => 'None',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue