diff --git a/templates/service_info.html b/templates/service_info.html index b22f702..a03aac4 100644 --- a/templates/service_info.html +++ b/templates/service_info.html @@ -5,21 +5,29 @@

Service: {{ service.service }}

@@ -38,23 +46,23 @@
{% endif %} - -

Show in Icinga

+
+

Show in Icinga

- -
- {% if status_list | length > 0 %} -

- {{ status_list[0].status }} submitted on {{ status_list[0].human_date() }} -

- {% else %} -

No status for this service submitted

- {% endif %} -
+
+ {% if status_list | length > 0 %} +

+ {{ status_list[0].status }} submitted on {{ status_list[0].human_date() }} +

+ {% else %} +

No status for this service submitted

+ {% endif %} +
- - - - - - +
DateStatusInfo
+ + + + + - - {% for status in status_list %} - + + {% for status in status_list %} + - - - - {% endfor %} - -
DateStatusInfo
{{ status.human_date() }}{{ status.status }}{{ status.info_text }}
+ {{ status.status }} + {{ status.info_text }} + + {% endfor %} + +