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
|
@ -74,6 +74,11 @@ class ServerRoutes
|
|||
'uses' => 'Server\ServerController@postSettingsStartup',
|
||||
]);
|
||||
|
||||
$router->get('/settings/allocation', [
|
||||
'as' => 'server.settings.allocation',
|
||||
'uses' => 'Server\ServerController@getAllocation',
|
||||
]);
|
||||
|
||||
// File Manager Routes
|
||||
$router->get('/files', [
|
||||
'as' => 'server.files.index',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue