Add interface features

+ statistics for totally blocked elements
+ statistics for percentage of total traffic
This commit is contained in:
Kevin Röbert
2017-08-23 02:24:16 +02:00
parent 89086d38dd
commit 050c97a615
5 changed files with 154 additions and 1 deletions

View File

@@ -17,6 +17,16 @@
Enable globally:<br>
<button id="globalStatus" class="status statusEnabled"></button>
</div>
<hr>
<div id="statistics">
Totally blocked elements:<br>
<span id="statistics_value" class="statistics_value"></span><br>
Percentage of total traffic:<br>
<span id="statistics_value_global_percentage" class="statistics_value"></span><br>
<div class="center">
<button class="reset_counter_btn">Reset counter</button>
</div>
</div>
</div>
</div>
</div>