View and Delete Users
This commit implements an interface into the Admin Panel that allows users to be viewed, modified, and deleted.
This commit is contained in:
parent
6b25a163fc
commit
6810375d2b
8 changed files with 268 additions and 3 deletions
|
@ -14,6 +14,7 @@ return [
|
|||
'socket_status_crashed' => 'This server has been detected as CRASHED.',
|
||||
],
|
||||
'index' => [
|
||||
'add_new' => 'Add New Server',
|
||||
'memory_use' => 'Memory Usage',
|
||||
'cpu_use' => 'CPU Usage',
|
||||
'xaxis' => 'Time (2s Increments)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue