Hide the dash "-" on tooltip for ping only Devices (#10988)

This commit is contained in:
SourceDoctor
2020-01-01 23:26:23 +01:00
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>