diff options
| author | Pim van den Berg | 2014-05-14 22:22:13 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2014-05-14 22:22:13 +0200 |
| commit | ef827fe07ea689560bcb0c07504607946d730f03 (patch) | |
| tree | 7b6a6fa7f403d4f830630d2eb63ac24b73a45ea7 | |
| parent | inc/html.inc.php: fix canvas graphs (diff) | |
| download | apt-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
| -rw-r--r-- | plugin/uptime.json | 2 |
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 | } |
