From ff3926d28e2a5116cb9762390440ee94f7025979 Mon Sep 17 00:00:00 2001 From: TheGreatDoc <32565115+TheGreatDoc@users.noreply.github.com> Date: Thu, 30 Jul 2020 07:35:34 +0200 Subject: [PATCH] Fix latency.blade.php to show smokeping integration (#11980) --- resources/views/device/tabs/latency.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/device/tabs/latency.blade.php b/resources/views/device/tabs/latency.blade.php index a73c0f90fa..e1d3306616 100644 --- a/resources/views/device/tabs/latency.blade.php +++ b/resources/views/device/tabs/latency.blade.php @@ -1,7 +1,7 @@ @extends('device.index') @section('tab') - @if(!$data['smokeping']->hasGraphs()) + @if($data['smokeping']->hasGraphs()) @lang('Smokeping')