mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Renamed bandwidth.php to data_usage.php.
Removed unused status_messages.php include in data_usage.php. Use single quote style in bandwidthcharts.js. Signed-off-by: D9ping <D9ping@users.noreply.github.com>
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
<?php
|
||||
include_once( 'includes/status_messages.php' );
|
||||
|
||||
|
||||
/**
|
||||
* Generate html output for tab with charts and datatables
|
||||
* with vnstat bandwidth use information.
|
||||
* Generate html for displaying data usage.
|
||||
*/
|
||||
function DisplayBandwidth(&$extraFooterScripts)
|
||||
function DisplayDataUsage(&$extraFooterScripts)
|
||||
{
|
||||
?>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading"><i class="fa fa-bar-chart fa-fw"></i> <?php echo _("Bandwidth monitoring"); ?></div>
|
||||
<div class="panel-heading"><i class="fa fa-bar-chart fa-fw"></i> <?php echo _("Data usage monitoring"); ?></div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
Reference in New Issue
Block a user