Added GB6 values to server show and public show
Added GB6 values to server show and public show
This commit is contained in:
parent
cca325cf2d
commit
da14c2dde3
|
@ -22,8 +22,8 @@
|
|||
<th class="text-nowrap">Provider</th>
|
||||
<th class="text-nowrap">Price</th>
|
||||
<th class="text-nowrap">Had since</th>
|
||||
<th class="text-nowrap">GB5 S</th>
|
||||
<th class="text-nowrap">GB5 M</th>
|
||||
<th class="text-nowrap">GB6 S</th>
|
||||
<th class="text-nowrap">GB6 M</th>
|
||||
<th class="text-nowrap">4k</th>
|
||||
<th class="text-nowrap">64k</th>
|
||||
<th class="text-nowrap">512k</th>
|
||||
|
@ -76,12 +76,12 @@
|
|||
<td class="text-nowrap"> {{ $s->owned_since }}</td>
|
||||
<td class="text-nowrap">
|
||||
@if(Session::get('show_server_value_yabs') === 1)
|
||||
{{$s->yabs[0]->gb5_single ?? null}}
|
||||
{{$s->yabs[0]->gb6_single ?? null}}
|
||||
@endif
|
||||
</td>
|
||||
<td class="text-nowrap">
|
||||
@if(Session::get('show_server_value_yabs') === 1)
|
||||
{{$s->yabs[0]->gb5_multi ?? null}}
|
||||
{{$s->yabs[0]->gb6_multi ?? null}}
|
||||
@endif
|
||||
</td>
|
||||
<td class="text-nowrap">
|
||||
|
|
|
@ -150,6 +150,10 @@
|
|||
<div class="table-responsive">
|
||||
<table class="table table-borderless text-nowrap">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="px-2 py-2 font-bold text-muted">GB6 S/M</td>
|
||||
<td>{{$server_data->yabs[0]->gb6_single ?? null}} / {{$server_data->yabs[0]->gb6_multi ?? null}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="px-2 py-2 font-bold text-muted">CPU</td>
|
||||
<td>{{$server_data->yabs[0]->cpu_model}}</td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user