mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Push language fixes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,3 +22,4 @@ Dockerfile
|
|||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
# for image related files
|
# for image related files
|
||||||
misc
|
misc
|
||||||
|
.phpstorm.meta.php
|
||||||
|
|||||||
@@ -57,15 +57,15 @@ return [
|
|||||||
],
|
],
|
||||||
'view' => [
|
'view' => [
|
||||||
'title' => 'View Server',
|
'title' => 'View Server',
|
||||||
'desc'=> 'Allows viewing of specific server user can access.',
|
'desc' => 'Allows viewing of specific server user can access.',
|
||||||
],
|
],
|
||||||
'power' => [
|
'power' => [
|
||||||
'title' => 'Toggle Power',
|
'title' => 'Toggle Power',
|
||||||
'desc'=> 'Allow toggling of power status for a server.',
|
'desc' => 'Allow toggling of power status for a server.',
|
||||||
],
|
],
|
||||||
'command' => [
|
'command' => [
|
||||||
'title' => 'Send Command',
|
'title' => 'Send Command',
|
||||||
'desc'=> 'Allow sending of a command to a running server.',
|
'desc' => 'Allow sending of a command to a running server.',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user