From bde7514172147a0fb3da8d9ef4c054b49fa03a87 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 10 Sep 2023 09:47:17 +0200 Subject: [PATCH] whoops --- statuspage/static/scripts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/statuspage/static/scripts.js b/statuspage/static/scripts.js index 5348c93..c537739 100644 --- a/statuspage/static/scripts.js +++ b/statuspage/static/scripts.js @@ -26,6 +26,7 @@ function render_status_page() { last_hostname = item['attrs']['host_name'] } + out += '
'; out += '

'; out += downtime_or_ack_to_string(item['attrs']['downtime_depth'], item['attrs']['acknowledgement']) + ' '; out += state_to_string(item['attrs']['state'], item['attrs']['state_type']) + ' ';