fixes server overview listing location as the node
This commit is contained in:
parent
8660fcdc60
commit
f9f751b7f2
2 changed files with 5 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
</td>
|
||||
@endif
|
||||
<td><a href="/server/{{ $server->uuidShort }}">{{ $server->name }}</a></td>
|
||||
<td><code>{{ $server->a_locationShort }}</code></td>
|
||||
<td>{{ $server->nodeName }}</td>
|
||||
<td><code>@if(!is_null($server->ip_alias)){{ $server->ip_alias }}@else{{ $server->ip }}@endif:{{ $server->port }}</code></td>
|
||||
<td class="text-center" data-action="players">--</td>
|
||||
<td class="text-center hidden-sm hidden-xs"><span data-action="memory">--</span> / {{ $server->memory === 0 ? '∞' : $server->memory }} MB</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue