Begin implementation of new request validation, closes #470

This commit is contained in:
Dane Everitt 2017-06-03 18:41:35 -05:00
parent 265b697066
commit 65957e7ea5
5 changed files with 86 additions and 13 deletions

View file

@ -57,15 +57,15 @@ return [
],
'view' => [
'title' => 'View Server',
'desc'=> 'Allows viewing of specific server user can access.',
'desc' => 'Allows viewing of specific server user can access.',
],
'power' => [
'title' => 'Toggle Power',
'desc'=> 'Allow toggling of power status for a server.',
'desc' => 'Allow toggling of power status for a server.',
],
'command' => [
'title' => 'Send Command',
'desc'=> 'Allow sending of a command to a running server.',
'desc' => 'Allow sending of a command to a running server.',
],
],
],