mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix port link device missing (#16151)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<x-popup>
|
||||
@include('components.port-link_basic')
|
||||
<x-slot name="title">
|
||||
<div class="tw-text-xl tw-font-bold">{{ $port->device->displayName() }} - {{ $label }}</div>
|
||||
<div class="tw-text-xl tw-font-bold">{{ $port->device?->displayName() }} - {{ $label }}</div>
|
||||
<div>{{ $description }}</div>
|
||||
</x-slot>
|
||||
<x-slot name="body">
|
||||
|
Reference in New Issue
Block a user