aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-02-05 16:25:06 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-02-05 16:25:06 +0000
commit58fecf855d151ef0459a43ab9af271a3a4922ad5 (patch)
treeabdde5f0ddc7b9f4d9765e7aaceb56c3d7ddfee3 /templates
parentc4b59d34db126a4d3471162ff34a04661ff41c99 (diff)
downloadeda.gay-58fecf855d151ef0459a43ab9af271a3a4922ad5.tar.gz
eda.gay-58fecf855d151ef0459a43ab9af271a3a4922ad5.zip
finished start formatting, added preview script
Diffstat (limited to 'templates')
-rw-r--r--templates/services.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/services.html b/templates/services.html
index 321a7a0..9ea1d3f 100644
--- a/templates/services.html
+++ b/templates/services.html
@@ -95,9 +95,17 @@
<td>{{pihole["percentage"]}}%</td>
</tr>
<tr>
- <td>blocked</td>
+ <td>blocked requests</td>
<td>{{pihole["blocked"]}}</td>
</tr>
+ <tr>
+ <td>domains in blocklist</td>
+ <td>{{pihole["domains"]}}</td>
+ </tr>
+ <tr>
+ <td>last updated</td>
+ <td>{{pihole["last_updated"]}}</td>
+ </tr>
</table>
{% endif %}
</section>