From ef01aba878935ef633c03c118f997d05ef4aabb2 Mon Sep 17 00:00:00 2001 From: SourceDoctor Date: Wed, 1 Jan 2020 23:26:23 +0100 Subject: [PATCH] Hide the dash "-" on tooltip for ping only Devices (#10988) --- resources/views/widgets/availability-map.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/widgets/availability-map.blade.php b/resources/views/widgets/availability-map.blade.php index baab872c16..8ff9227825 100644 --- a/resources/views/widgets/availability-map.blade.php +++ b/resources/views/widgets/availability-map.blade.php @@ -23,7 +23,7 @@
@foreach($devices as $device) - + @if($type == 0) @if($color_only_select)