mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Hide the dash "-" on tooltip for ping only Devices (#10988)
This commit is contained in:
committed by
PipoCanaja
co-authored by
PipoCanaja
parent
a3783c3c95
commit
ef01aba878
@@ -23,7 +23,7 @@
|
||||
<br style="clear:both;">
|
||||
|
||||
@foreach($devices as $device)
|
||||
<a href="{{ \LibreNMS\Util\Url::deviceUrl($device) }}" title="{{ $device->displayName() }} - {{ $device->formatUptime(true) }}">
|
||||
<a href="{{ \LibreNMS\Util\Url::deviceUrl($device) }}" title="{{ $device->displayName() }}@if($device->formatUptime(true)) - @endif{{ $device->formatUptime(true) }}">
|
||||
@if($type == 0)
|
||||
@if($color_only_select)
|
||||
<span class="label {{ $device->labelClass }} widget-availability-fixed widget-availability label-font-border"> </span>
|
||||
|
||||
Reference in New Issue
Block a user