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']) + ' ';