From 56126383fbbcc715f756aaa1f283dca988fcd975 Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Thu, 8 Dec 2011 17:44:10 +0000 Subject: [PATCH] Bug fix to the stat pages git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4802 e3abac25-378b-4346-85de-24260fe3988d --- statpages/Statistics.jsp | 3 +++ statpages/StatisticsTable.jsp | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/statpages/Statistics.jsp b/statpages/Statistics.jsp index f9ebe80..9cef911 100644 --- a/statpages/Statistics.jsp +++ b/statpages/Statistics.jsp @@ -16,16 +16,19 @@ Date: May 2011

JABAWS Usage Statistics for the Period: to

All Jobs

+

Local Jobs

+

Cluster Jobs

+ diff --git a/statpages/StatisticsTable.jsp b/statpages/StatisticsTable.jsp index 2d847ee..e6da204 100644 --- a/statpages/StatisticsTable.jsp +++ b/statpages/StatisticsTable.jsp @@ -36,10 +36,10 @@ Date: May 2011 ${ws.key} -${ws.value.jobNumber} -${fn:length(ws.value.incompleteJobs)} -${fn:length(ws.value.cancelledJobs)} -${fn:length(ws.value.abandonedJobs)} +${ws.value.jobNumber} +${fn:length(ws.value.incompleteJobs)} +${fn:length(ws.value.cancelledJobs)} +${fn:length(ws.value.abandonedJobs)} -- 1.7.10.2