diff options
Diffstat (limited to 'templates/services.html')
-rw-r--r-- | templates/services.html | 10 |
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> |