adds support for viewing server stats from 'Your Servers' page

http://s3.pterodactyl.io/bnSTK.png
This commit is contained in:
Dane Everitt 2016-01-05 01:15:23 -05:00
parent 69f0340c48
commit 09d28bf145
5 changed files with 65 additions and 38 deletions

View file

@ -30,6 +30,10 @@ return [
'registered' => 'Registered',
'root_administrator' => 'Root Administrator',
'yes' => 'Yes',
'no' => 'No'
'no' => 'No',
'memory' => 'Memory',
'cpu' => 'CPU',
'status' => 'Status',
'players' => 'Players',
];