Update API settings page to display checkboxes correctly.
This commit is contained in:
parent
c7d4c3aa76
commit
75119611b9
3 changed files with 215 additions and 229 deletions
|
@ -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.',
|
||||
|
|
Reference in a new issue