diff --git a/origin/origin_web/origin.html b/origin/origin_web/origin.html
index b64ccd4..aa08202 100644
--- a/origin/origin_web/origin.html
+++ b/origin/origin_web/origin.html
@@ -2,19 +2,20 @@
{% block content %}
-
{{ fhdhr.config.dict["main"]["servicename"] }} Status
+ {{ fhdhr.config.dict["main"]["servicename"] }} Status
-
-
- |
- |
-
- {% for key in list(origin_status_dict.keys()) %}
-
- | {{ key }} |
- {{ origin_status_dict[key] }} |
-
- {% endfor %}
+
+
+
+ {% for key in list(origin_status_dict.keys()) %}
+
+ | {{ key }} |
+ {{ origin_status_dict[key] }} |
+
+ {% endfor %}
+
+
+
{% endblock %}