mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix latency.blade.php to show smokeping integration (#11980)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@extends('device.index')
|
||||
|
||||
@section('tab')
|
||||
@if(!$data['smokeping']->hasGraphs())
|
||||
@if($data['smokeping']->hasGraphs())
|
||||
<x-panel class="with-nav-tabs">
|
||||
<x-slot name="heading">
|
||||
<a href="{{ \LibreNMS\Config::get('smokeping.url') }}?target={{ $device->type }}.{{ str_replace('.','_',$device->hostname) }}" target="_blank"><span class="panel-title">@lang('Smokeping') <i class="glyphicon glyphicon-share-alt"></i></span></a>
|
||||
|
||||
Reference in New Issue
Block a user