diff --git a/src/api/templates/dashboard/apps/summary.html b/src/api/templates/dashboard/apps/summary.html index dcb6c8d..8c6a862 100644 --- a/src/api/templates/dashboard/apps/summary.html +++ b/src/api/templates/dashboard/apps/summary.html @@ -20,6 +20,7 @@ display:grid ; grid-template-rows: 32px auto; grid-gap:4px; + height:99%; } @@ -33,6 +34,7 @@ .widget { width:100%; + height:90%; } .widget .title { @@ -43,16 +45,17 @@ grid-gap:2px; } .widget .chart { - display:grid; grid-template-columns: 35% 35% 30%; grid-gap:1px; width:100%; + height:90%; } .widget .chart iframe { - width:100%; - height:220px; + width:99%; + min-height:255px; + max-height:300px; overflow:hidden} input[type=text] { @@ -165,10 +168,11 @@ - +
Status Counts
+

{{ app_summary[loop.index-1].crash}}
@@ -185,7 +189,7 @@

Resource Usage

- +
@@ -232,4 +236,4 @@
{% endfor %}
-
\ No newline at end of file +