Skip to content

Commit 7511961

Browse files
committed
Update API settings page to display checkboxes correctly.
1 parent c7d4c3a commit 7511961

File tree

3 files changed

+215
-229
lines changed

3 files changed

+215
-229
lines changed

public/themes/pterodactyl/css/checkbox.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
width: 17px;
3838
height: 17px;
3939
left: 0;
40+
top: 2.5px;
4041
margin-left: -20px;
4142
border: 1px solid #cccccc;
4243
border-radius: 3px;
@@ -51,7 +52,7 @@
5152
width: 16px;
5253
height: 16px;
5354
left: 0;
54-
top: 0;
55+
top: 2.5px;
5556
margin-left: -20px;
5657
padding-left: 3px;
5758
padding-top: 1px;

resources/lang/en/base.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
'title' => 'Server Power',
110110
'description' => 'Allows access to control server power status.',
111111
],
112+
'command' => [
113+
'title' => 'Send Command',
114+
'description' => 'Allows a user to send a command to a specified server.',
115+
],
112116
'view' => [
113117
'title' => 'Show Single Server',
114118
'description' => 'Allows viewing details about a specific server including the daemon_token as well as current process information.',

0 commit comments

Comments
 (0)