Fixed the top port errors widget returning bits graphs instead (#13860)

This commit is contained in:
Neil Lathwood
2022-03-21 01:26:08 +00:00
committed by GitHub
parent 8ad389f161
commit 9c127bfd4f

View File

@@ -13,7 +13,7 @@
<tr>
<td class="text-left"><x-device-link :device="$port->device">{{$port->device->shortDisplayName() }}</x-device-link></td>
<td class="text-left"><x-port-link :port="$port">{{ $port->getShortLabel() }}</x-port-link></td>
<td class="text-left"><x-port-link :port="$port"><x-graph :port="$port" type="port_bits" width="150" height="21"></x-graph></x-port-link></td>
<td class="text-left"><x-port-link :port="$port"><x-graph :port="$port" type="port_errors" width="150" height="21"></x-graph></x-port-link></td>
</tr>
@endforeach
</tbody>