diff --git a/app/templates/ajax/alerts_history.html b/app/templates/ajax/alerts_history.html index 94c3abcf..0bfe105e 100644 --- a/app/templates/ajax/alerts_history.html +++ b/app/templates/ajax/alerts_history.html @@ -22,30 +22,17 @@ } );
- Level - | -- Host - | - {% if action != "checker_history" %} -- Port - | - {% endif %} -- Alert - | -- Date - | -- Time - | -
---|---|---|---|---|---|
Level | +Host | + {% if action != "checker_history" %} +Port | + {% endif %} +Alert | +Date | +Time | +- {{t.2}} - | +{{t.2}} | {% if action != "checker_history" %} -- {{t.3}} - | +{{t.3}} | {% endif %} -- {{t.0}} - | -- {{t.4.split(' ')[0]}} - | -- {{t.4.split(' ')[1]}} + | {{t.0}} | +{{t.4.split(' ')[0]}} | +{{t.4.split(' ')[1]}} | {% endfor %} {% else %} Table is empty {% endif %} -