Skip to content

Commit

Permalink
Removed YABS GB5 table row from server show
Browse files Browse the repository at this point in the history
Removed YABS GB5 table row from server show
Need to implement GB6
  • Loading branch information
cp6 committed Sep 12, 2023
1 parent 25d338b commit e486781
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions resources/views/servers/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ function showYabsCode() {
<div class="table-responsive">
<table class="table table-borderless text-nowrap">
<tbody>
<tr>
<td class="px-2 py-2 font-bold text-muted">GB5 Single/Multi</td>
<td>
{{$server_data->yabs[0]->gb5_single}} / {{$server_data->yabs[0]->gb5_multi}}
</td>
</tr>
<tr>
<td class="px-2 py-2 font-bold text-muted">CPU</td>
<td>{{$server_data->yabs[0]->cpu_model}}</td>
Expand Down

0 comments on commit e486781

Please sign in to comment.