whoops
This commit is contained in:
parent
47d2e42f38
commit
bde7514172
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ function render_status_page() {
|
||||||
last_hostname = item['attrs']['host_name']
|
last_hostname = item['attrs']['host_name']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
out += '<div class="service">';
|
||||||
out += '<h3>';
|
out += '<h3>';
|
||||||
out += downtime_or_ack_to_string(item['attrs']['downtime_depth'], item['attrs']['acknowledgement']) + ' ';
|
out += downtime_or_ack_to_string(item['attrs']['downtime_depth'], item['attrs']['acknowledgement']) + ' ';
|
||||||
out += state_to_string(item['attrs']['state'], item['attrs']['state_type']) + ' ';
|
out += state_to_string(item['attrs']['state'], item['attrs']['state_type']) + ' ';
|
||||||
|
|
Loading…
Reference in a new issue