From 8eaa522a974502099916f6b089562d2406b0a2a7 Mon Sep 17 00:00:00 2001 From: saravanan30erd Date: Mon, 9 Mar 2020 16:32:33 +0400 Subject: [PATCH] change the main server default view --- static/monit-dashboard.css | 4 ++-- templates/index.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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():