@extends('device.index') @section('tab') @if($data['smokeping']->hasGraphs()) @if(\LibreNMS\Config::get('smokeping.url')) {{ __('Smokeping') }} @else {{ __('Smokeping') }} @endif
@foreach($data['smokeping_tabs'] as $direction)
@foreach($data['smokeping']->otherGraphs($direction) as $info) @endforeach
@endforeach
@endif {{ __('Performance') }}
@csrf
@endsection @section('javascript') @endsection @push('scripts') @endpush @push('styles') @endpush