From 3a1f2fe2c42f0954409340f3feb8967c66a33bc5 Mon Sep 17 00:00:00 2001 From: Chris Heisel Date: Thu, 14 Jul 2016 17:13:01 -0400 Subject: [PATCH] Improve bootstrap look, disable searching/sorting on some --- dashboard/templates/dashboard.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dashboard/templates/dashboard.html b/dashboard/templates/dashboard.html index 40479ef..ea8b8ce 100644 --- a/dashboard/templates/dashboard.html +++ b/dashboard/templates/dashboard.html @@ -41,8 +41,9 @@

Project Dashboard

{% for key in data.0.keys %} {{ key }} {% endfor %} - Today - Last week +   + Today + Last week @@ -51,9 +52,14 @@

Project Dashboard

{% for value in row.values %} {{ value }} {% endfor %} + + {% if row.xtras.jira_summary %} + + {% endif %} + {% if row.xtras.jira_summary %} - {{ row.xtras.jira_summary.pct_complete|percentage }} ({{ row.xtras.jira_summary.complete }}/{{ row.xtras.jira_summary.total }}) + {{ row.xtras.jira_summary.pct_complete|percentage }} ({{ row.xtras.jira_summary.complete }}/{{ row.xtras.jira_summary.total }}) {% endif %} @@ -74,6 +80,7 @@

Project Dashboard

+