aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorPim van den Berg2014-05-14 22:22:13 +0200
committerPim van den Berg2014-05-14 22:22:13 +0200
commitef827fe07ea689560bcb0c07504607946d730f03 (patch)
tree7b6a6fa7f403d4f830630d2eb63ac24b73a45ea7 /plugin
parentinc/html.inc.php: fix canvas graphs (diff)
downloadapt-panopticon_cgp-ef827fe07ea689560bcb0c07504607946d730f03.zip
apt-panopticon_cgp-ef827fe07ea689560bcb0c07504607946d730f03.tar.gz
apt-panopticon_cgp-ef827fe07ea689560bcb0c07504607946d730f03.tar.bz2
apt-panopticon_cgp-ef827fe07ea689560bcb0c07504607946d730f03.tar.xz
plugin/uptime: fix legend format (.1lf -> %.1lf)
Closes: #72
Diffstat (limited to 'plugin')
-rw-r--r--plugin/uptime.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/uptime.json b/plugin/uptime.json
index c452913..b1abe4e 100644
--- a/plugin/uptime.json
+++ b/plugin/uptime.json
@@ -9,6 +9,6 @@
9 "color": "00e000" 9 "color": "00e000"
10 } 10 }
11 }, 11 },
12 "legend_format": ".1lf" 12 "legend_format": "%.1lf"
13 } 13 }
14} 14}