Add support for changing the server default allocation as a normal user
This commit is contained in:
parent
5a3428f0a0
commit
d50ea18598
14 changed files with 308 additions and 68 deletions
|
@ -20,7 +20,7 @@ return [
|
|||
'subusers' => 'Subusers',
|
||||
'schedules' => 'Schedules',
|
||||
'configuration' => 'Configuration',
|
||||
'port_allocations' => 'Port Allocations',
|
||||
'port_allocations' => 'Allocation Settings',
|
||||
'sftp_settings' => 'SFTP Settings',
|
||||
'startup_parameters' => 'Startup Parameters',
|
||||
'databases' => 'Databases',
|
||||
|
|
|
@ -189,9 +189,13 @@ return [
|
|||
'title' => 'Delete Subuser',
|
||||
'description' => 'Allows a user to delete other subusers on the server.',
|
||||
],
|
||||
'set_connection' => [
|
||||
'title' => 'Set Default Connection',
|
||||
'description' => 'Allows user to set the default connection used for a server as well as view avaliable ports.',
|
||||
'view_allocations' => [
|
||||
'title' => 'View Allocations',
|
||||
'description' => 'Allows user to view all of the IPs and ports assigned to a server.',
|
||||
],
|
||||
'edit_allocation' => [
|
||||
'title' => 'Edit Default Connection',
|
||||
'description' => 'Allows user to change the default connection allocation to use for a server.',
|
||||
],
|
||||
'view_startup' => [
|
||||
'title' => 'View Startup Command',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue