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