mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 07:43:45 +02:00
Add support for changing the server default allocation as a normal user
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user