From: Michael Tremer Date: Sat, 8 Dec 2012 15:05:26 +0000 (+0100) Subject: builders progress: Round shown value to natural figures. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35a7843cea48f2c39ced3fbf295caa70a58d20b0;p=people%2Fjschlag%2Fpbs.git builders progress: Round shown value to natural figures. --- diff --git a/data/templates/modules/builders/load.html b/data/templates/modules/builders/load.html index f5965d8..4a3b292 100644 --- a/data/templates/modules/builders/load.html +++ b/data/templates/modules/builders/load.html @@ -15,7 +15,7 @@
-

{{ "%.1f%%" % load }}

+

{{ "%.0f%%" % load }}