File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040 <th >{{ trans (' strings.node' ) } } </th >
4141 <th >{{ trans (' strings.connection' ) } } </th >
4242 <th class =" text-center" >{{ trans (' strings.players' ) } } </th >
43- <th class =" text-center" >{{ trans (' strings.memory' ) } } </th >
44- <th class =" text-center" >{{ trans (' strings.cpu' ) } } </th >
43+ <th class =" text-center hidden-sm hidden-xs " >{{ trans (' strings.memory' ) } } </th >
44+ <th class =" text-center hidden-sm hidden-xs " >{{ trans (' strings.cpu' ) } } </th >
4545 <th class =" text-center" >{{ trans (' strings.status' ) } } </th >
4646 </tr >
4747 </thead >
5858 </td >
5959 @endif
6060 <td ><a href =" /server/{{ $server -> uuidShort } }" >{{ $server -> name } } </a ></td >
61- <td >{{ $server -> nodeName } } ( {{ $server -> a_locationShort } }) </td >
61+ <td >< code > {{ $server -> a_locationShort } }</ code > </td >
6262 <td ><code >@if (! is_null ($server -> ip_alias ) ){{ $server -> ip_alias } }@else {{ $server -> ip } }@endif :{{ $server -> port } } </code ></td >
6363 <td class =" text-center" data-action =" players" >--</td >
64- <td class =" text-center" ><span data-action =" memory" >--</span > / {{ $server -> memory === 0 ? ' ∞' : $server -> memory } } MB</td >
65- <td class =" text-center" ><span data-action =" cpu" data-cpumax =" {{ $server -> cpu } }" >--</span > %</td >
64+ <td class =" text-center hidden-sm hidden-xs " ><span data-action =" memory" >--</span > / {{ $server -> memory === 0 ? ' ∞' : $server -> memory } } MB</td >
65+ <td class =" text-center hidden-sm hidden-xs " ><span data-action =" cpu" data-cpumax =" {{ $server -> cpu } }" >--</span > %</td >
6666 <td class =" text-center" data-action =" status" >@if ($server -> suspended === 1 )<span class =" label label-warning" >Suspended</span >@else --@endif </td >
6767 </tr >
6868 @endforeach
You can’t perform that action at this time.
0 commit comments