1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-14 00:27:39 +02:00
2025-03-23 00:26:48 -07:00

20 lines
530 B
PHP

<div class="tab-pane" id="data">
<h4 class="card-title mt-3">
<?php echo _("Hourly traffic"); ?>
</h4>
<div class="col-md-12">
<div class="col dbChart">
<canvas id="divDBChartBandwidthhourly"></canvas>
</div>
</div>
</div><!-- /.tab-pane | data tab -->
<script type="text/javascript"<?php //echo ' nonce="'.$csp_page_nonce.'"'; ?>>
// js translations:
var t = new Array();
t['send'] = '<?php echo addslashes(_('Send')); ?>';
t['receive'] = '<?php echo addslashes(_('Receive')); ?>';
</script>