From e55334753d7dc49db0b5530b78b8d0f15ca03e9c Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 10 Mar 2014 12:54:06 +0100 Subject: [PATCH] graphs.pl : fixed layout on Nexus 7 devices "hour-Day-week-month-year" now on top of graph --- config/cfgroot/graphs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index cc00c665b..81b6fa4e7 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -92,8 +92,8 @@ sub makegraphbox { print "".$Lang::tr{'month'}.""; print " - "; print "".$Lang::tr{'year'}.""; - print ""; print ""; + print ""; } # Generate the CPU Graph for the current period of time for values given by -- 2.39.2