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>pull/1/head
							parent
							
								
									b3d7c06c60
								
							
						
					
					
						commit
						3bf4a74f3b
					
				| @ -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"> | ||||
					Loading…
					
					
				
		Reference in New Issue