File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 3939 <th >{{ trans (' base.server_name' ) } } </th >
4040 <th >{{ trans (' strings.node' ) } } </th >
4141 <th >{{ trans (' strings.connection' ) } } </th >
42- <th class =" text-center" >{{ trans (' strings.players' ) } } </th >
4342 <th class =" text-center hidden-sm hidden-xs" >{{ trans (' strings.memory' ) } } </th >
4443 <th class =" text-center hidden-sm hidden-xs" >{{ trans (' strings.cpu' ) } } </th >
4544 <th class =" text-center" >{{ trans (' strings.status' ) } } </th >
6059 <td ><a href =" /server/{{ $server -> uuidShort } }" >{{ $server -> name } } </a ></td >
6160 <td >{{ $server -> nodeName } } </td >
6261 <td ><code >@if (! is_null ($server -> ip_alias ) ){{ $server -> ip_alias } }@else {{ $server -> ip } }@endif :{{ $server -> port } } </code ></td >
63- <td class =" text-center" data-action =" players" >--</td >
6462 <td class =" text-center hidden-sm hidden-xs" ><span data-action =" memory" >--</span > / {{ $server -> memory === 0 ? ' ∞' : $server -> memory } } MB</td >
6563 <td class =" text-center hidden-sm hidden-xs" ><span data-action =" cpu" data-cpumax =" {{ $server -> cpu } }" >--</span > %</td >
6664 <td class =" text-center" data-action =" status" >@if ($server -> suspended === 1 )<span class =" label label-warning" >Suspended</span >@else --@endif </td >
Original file line number Diff line number Diff line change @@ -329,11 +329,6 @@ function terminalNotifyOutput() {
329329 MemoryChart .update ();
330330 });
331331
332- // Socket Recieves New Query
333- socket .on (' query' , function (data ){
334- // Disabled.
335- });
336-
337332 // New Console Data Recieved
338333 var outputQueue = [];
339334 socket .on (' console' , function (data ) {
You can’t perform that action at this time.
0 commit comments