add tablisting.ipsandports

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-23 17:40:36 +01:00
parent 04263cb69f
commit 8c2a4aeec4
3 changed files with 91 additions and 29 deletions

View File

@@ -12,8 +12,8 @@
{% macro boolean(data) %}
{% if (data) %}
<i class="fa fa-check-circle"></i>
<i class="fa fa-check-circle text-success"></i>
{% else %}
<i class="fa fa-times-circle"></i>
<i class="fa fa-times-circle text-danger"></i>
{% endif %}
{% endmacro %}
{% endmacro %}