From 318dd8dba4ddbbb93a4f815c9173eeeb4f2f5ee8 Mon Sep 17 00:00:00 2001 From: Eric Kao Date: Wed, 19 Jul 2017 19:06:28 -0700 Subject: [PATCH] Add coloring to monitoring panel coloring javascript added to congress_dashboard/monitoring/templates/monitoring/index.html None zero error cell colored red None zero warning cell colored yellow "monitoring" div id changed to "monitoring_panel" to avoid clashing with the monitoring table of the same id. screen shot example: https://imagebin.ca/v/3UAZHzzxqkwX Implements blueprint enhance-congress-dashboard Partial-Bug:#1670520 Change-Id: I8702b6dac75612449e0025b13a1db7f481b6c532 --- .../monitoring/templates/monitoring/index.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/congress_dashboard/monitoring/templates/monitoring/index.html b/congress_dashboard/monitoring/templates/monitoring/index.html index b1fc8c2..9d37e3f 100644 --- a/congress_dashboard/monitoring/templates/monitoring/index.html +++ b/congress_dashboard/monitoring/templates/monitoring/index.html @@ -7,7 +7,21 @@ {% endblock page_header %} {% block main %} -
+
{{ monitoring_table.render }}
+ {% endblock %}