diff --git a/-H b/-H new file mode 100644 index 0000000..e69de29 diff --git a/static/monit-dashboard.css b/static/monit-dashboard.css index 9e34d2e..8a397fa 100644 --- a/static/monit-dashboard.css +++ b/static/monit-dashboard.css @@ -41,6 +41,7 @@ button.accordion { border: none; outline: none; transition: 0.4s; + margin: 0.6rem; } div.panel { @@ -70,3 +71,13 @@ div.panel.show { .red:hover { background-color: #c9302c; } + +.canvas-graph { + min-height: 30%; + min-width: 24.5%; + display: inline-block; + position: relative; + background-color: white; + margin: 20px 0; + box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) +} diff --git a/templates/index.html b/templates/index.html index 689cd3c..744c648 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ $def with (output, now) $ errors = 0 $ color = "green"
-
+
$for server in range(len(output)): $code: errors = 0 @@ -79,8 +79,14 @@ $for server in range(len(output)):
-
+
+
+

Hosts status

+
+
+ +



Latest update: $now.day/$now.month/$now.year, $now.hour:$now.minute:$now.second