diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2021-02-05 16:25:06 +0000 | 
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-02-05 16:25:06 +0000 | 
| commit | 58fecf855d151ef0459a43ab9af271a3a4922ad5 (patch) | |
| tree | abdde5f0ddc7b9f4d9765e7aaceb56c3d7ddfee3 /templates/services.html | |
| parent | c4b59d34db126a4d3471162ff34a04661ff41c99 (diff) | |
| download | eda.gay-58fecf855d151ef0459a43ab9af271a3a4922ad5.tar.gz eda.gay-58fecf855d151ef0459a43ab9af271a3a4922ad5.zip | |
finished start formatting, added preview script
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> | 
