mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
add stats tab (wip)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!-- logging tab -->
|
||||
<div class="tab-pane fade" id="adblocklogfileoutput">
|
||||
<h4 class="mt-3"><?php echo _("Blocklist log"); ?></h4>
|
||||
<h4 class="mt-3"><?php echo _("Logging"); ?></h4>
|
||||
<div class="row">
|
||||
<div class="form-group col-md-8">
|
||||
<?php
|
||||
|
15
templates/adblock/stats.php
Normal file
15
templates/adblock/stats.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- statistics tab -->
|
||||
<div class="tab-pane fade" id="adblockstats">
|
||||
<h4 class="mt-3"><?php echo _("Statistics"); ?></h4>
|
||||
<div class="row">
|
||||
<div class="form-group col-md-8">
|
||||
<?php
|
||||
/*
|
||||
* BZ todo: implement basic stats
|
||||
*
|
||||
*/
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- /.tab-pane -->
|
||||
|
Reference in New Issue
Block a user