From 985eb30a7c0215045d90b1ed8cb33b6e357d042a Mon Sep 17 00:00:00 2001 From: Barry O'Donovan Date: Sat, 21 Mar 2020 09:16:23 +0000 Subject: [PATCH] Last minute polishing --- .phpstorm.meta.php/laravel.meta.php | 2 +- _ide_helper.php | 2 +- resources/views/statistics/ixp.foil.php | 1 + resources/views/statistics/utilisation.foil.php | 15 ++++++++++++--- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.phpstorm.meta.php/laravel.meta.php b/.phpstorm.meta.php/laravel.meta.php index b00cdbede..464435be8 100644 --- a/.phpstorm.meta.php/laravel.meta.php +++ b/.phpstorm.meta.php/laravel.meta.php @@ -5,7 +5,7 @@ /** * PhpStorm Meta file, to provide autocomplete information for PhpStorm - * Generated on 2020-03-18 20:42:04. + * Generated on 2020-03-21 09:15:59. * * @author Barry vd. Heuvel * @see https://github.com/barryvdh/laravel-ide-helper diff --git a/_ide_helper.php b/_ide_helper.php index 3f116733d..5dbd193d2 100644 --- a/_ide_helper.php +++ b/_ide_helper.php @@ -3,7 +3,7 @@ /** * A helper file for Laravel 5, to provide autocomplete information to your IDE - * Generated for Laravel 6.18.2 on 2020-03-18 20:42:03. + * Generated for Laravel 6.18.2 on 2020-03-21 09:15:58. * * This file should not be included in your code, only analyzed by your IDE! * diff --git a/resources/views/statistics/ixp.foil.php b/resources/views/statistics/ixp.foil.php index f48d9eb6b..4e8d0da6e 100644 --- a/resources/views/statistics/ixp.foil.php +++ b/resources/views/statistics/ixp.foil.php @@ -8,6 +8,7 @@ append() ?> + section( 'content' ) ?>
diff --git a/resources/views/statistics/utilisation.foil.php b/resources/views/statistics/utilisation.foil.php index 7e055ccd8..6d715b9a0 100644 --- a/resources/views/statistics/utilisation.foil.php +++ b/resources/views/statistics/utilisation.foil.php @@ -4,9 +4,18 @@ ?> section( 'page-header-preamble' ) ?> - Statistics / Utilization ( $cvalue ) { if( $t->category == $cvalue ) { echo $cname; } } ?>) + Statistics / Utilisation ( $cvalue ) { if( $t->category == $cvalue ) { echo $cname; } } ?>) append() ?> +section( 'page-header-postamble' ) ?> + +append() ?> + + section( 'content' ) ?> @@ -153,10 +162,10 @@
- No records for found. + No records for port utilisation have been found. If you have Grapher with the Mrtg backend working, then please ensure you are inserting - traffic data into the database. + traffic data into the database and check the documentation via the link on the top right.