This commit is contained in:
Franzi 2023-09-10 09:47:17 +02:00
parent 47d2e42f38
commit bde7514172
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -26,6 +26,7 @@ function render_status_page() {
last_hostname = item['attrs']['host_name']
}
out += '<div class="service">';
out += '<h3>';
out += downtime_or_ack_to_string(item['attrs']['downtime_depth'], item['attrs']['acknowledgement']) + ' ';
out += state_to_string(item['attrs']['state'], item['attrs']['state_type']) + ' ';