From 3aa0dee457cd16b1bfc7e27a0624a5de0e066753 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Mon, 11 Aug 2014 12:57:24 +0200 Subject: [PATCH] statistics graph: added period choice statistics graph: added period choice --- portal/static/css/onelab.css | 3 + .../templates/_widget-stats-top-slices.html | 103 ++++++++++++++---- 2 files changed, 87 insertions(+), 19 deletions(-) diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 5f15c77a..83f1d10e 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -797,3 +797,6 @@ div.monitor h1 { div.s-monitor { padding-bottom:25px; } +span#stats-period-txt { + text-transform:lowercase; +} diff --git a/portal/templates/_widget-stats-top-slices.html b/portal/templates/_widget-stats-top-slices.html index cb82247a..4625d7d1 100644 --- a/portal/templates/_widget-stats-top-slices.html +++ b/portal/templates/_widget-stats-top-slices.html @@ -2,12 +2,15 @@