diff --git a/static/monit-dashboard.css b/static/monit-dashboard.css index 348d641..a547a80 100644 --- a/static/monit-dashboard.css +++ b/static/monit-dashboard.css @@ -73,11 +73,11 @@ div.download-header { div.panel { padding: 0 18px; background-color: white; - display: none; + display: block; } div.panel.show { - display: block; + display: none; } .green { diff --git a/templates/index.html b/templates/index.html index 35ed1d8..f6d0a85 100644 --- a/templates/index.html +++ b/templates/index.html @@ -59,11 +59,11 @@ $def table_contents(color, text, services):
- + $for env, services in output[server]['result'].items(): $ errors = 0 $for check in services.keys(): @@ -89,11 +89,11 @@ $def table_contents(color, text, services):
- + $for env, services in output[server]['result'].items(): $ errors = 0 $for check in services.keys():