Skip to content

Commit

Permalink
Last minute polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Mar 21, 2020
1 parent e141efa commit 985eb30
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .phpstorm.meta.php/laravel.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @see https://github.com/barryvdh/laravel-ide-helper
Expand Down
2 changes: 1 addition & 1 deletion _ide_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!
*
Expand Down
1 change: 1 addition & 0 deletions resources/views/statistics/ixp.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<?php $this->append() ?>



<?php $this->section( 'content' ) ?>

<div class="row">
Expand Down
15 changes: 12 additions & 3 deletions resources/views/statistics/utilisation.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@
?>

<?php $this->section( 'page-header-preamble' ) ?>
Statistics / Utilization (<?php foreach( IXP\Services\Grapher\Graph::CATEGORIES as $cname => $cvalue ) { if( $t->category == $cvalue ) { echo $cname; } } ?>)
Statistics / Utilisation (<?php foreach( IXP\Services\Grapher\Graph::CATEGORIES as $cname => $cvalue ) { if( $t->category == $cvalue ) { echo $cname; } } ?>)
<?php $this->append() ?>

<?php $this->section( 'page-header-postamble' ) ?>
<div class="btn-group btn-group-sm ml-auto" role="group">
<a target="_blank" class="btn btn-white" href="https://docs.ixpmanager.org/grapher/mrtg/#port-utilisation">
Documentation
</a>
</div>
<?php $this->append() ?>



<?php $this->section( 'content' ) ?>

Expand Down Expand Up @@ -153,10 +162,10 @@
<i class="fa fa-info-circle fa-2x"></i>
</div>
<div class="col-sm-12">
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
<a href="https://docs.ixpmanager.org/grapher/mrtg/#inserting-traffic-data-into-the-database-reporting-emails" target="_blank">inserting
traffic data into the database</a>.
traffic data into the database</a> and check the documentation via the link on the top right.
</div>
</div>
</div>
Expand Down

0 comments on commit 985eb30

Please sign in to comment.