Skip to content

Commit

Permalink
Fix latency.blade.php to show smokeping integration (librenms#11980)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatDoc authored Jul 30, 2020
1 parent 9fdea8c commit ff3926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/device/tabs/latency.blade.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit ff3926d

Please sign in to comment.