Updated views to reflect cpu_model

Updated views to reflect cpu_model
This commit is contained in:
cp6 2022-02-20 00:07:03 +11:00
parent 783f95ca7e
commit 70916abc05
2 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@
@foreach($yabs as $yab)
<tr>
<td><a href="servers/{{$yab->server_id}}" class="text-decoration-none">{{ $yab->hostname }}</a></td>
<td><span title="{{$yab->cpu}}">{{ $yab->cpu_cores }}</span></td>
<td><span title="{{$yab->cpu}}">{{ $yab->cpu_freq }}<small>Ghz</small></span></td>
<td><span title="{{$yab->cpu_model}}">{{ $yab->cpu_cores }}</span></td>
<td><span title="{{$yab->cpu_model}}">{{ $yab->cpu_freq }}<small>Ghz</small></span></td>
<td>{{ $yab->ram }}<small>{{ $yab->ram_type }}</small></td>
<td>{{ $yab->disk }}<small>{{ $yab->disk_type }}</small></td>
<td><a href="https://browser.geekbench.com/v5/cpu/{{$yab->gb5_id}}" class="text-decoration-none">{{ $yab->gb5_single }}</a></td>

View File

@ -24,7 +24,7 @@
</tr>
<tr>
<td class="px-4 py-2 font-bold">CPU type</td>
<td>{{ $yab[0]->cpu }}</td>
<td>{{ $yab[0]->cpu_model }}</td>
</tr>
<tr>
<td class="px-4 py-2 font-bold">Ram</td>