Update API settings page to display checkboxes correctly.

This commit is contained in:
Dane Everitt 2017-03-31 21:46:40 -04:00
parent c7d4c3aa76
commit 75119611b9
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 215 additions and 229 deletions

View file

@ -109,6 +109,10 @@ return [
'title' => 'Server Power',
'description' => 'Allows access to control server power status.',
],
'command' => [
'title' => 'Send Command',
'description' => 'Allows a user to send a command to a specified server.',
],
'view' => [
'title' => 'Show Single Server',
'description' => 'Allows viewing details about a specific server including the daemon_token as well as current process information.',