diff options
author | Daniel Dickinson <lede@cshore.thecshore.com> | 2016-12-05 16:19:37 -0500 |
---|---|---|
committer | Daniel Dickinson <lede@cshore.thecshore.com> | 2016-12-07 03:45:21 -0500 |
commit | 388c84fa06eb9903fb505848b7d43c9fa20a40bc (patch) | |
tree | de8a44901866d3b30e2d1d7f4a53658dfedf9337 /applications | |
parent | a9d74a6729d398d57447268f2b440444da43d805 (diff) |
app-statistics: df: Don't separate disk usage types
The df plugin wasn't displaying useful lables for the space
used vs free vs reserved due to title override. This patch
fixes that issues by removing the per-instance setting.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua index fbc3884b4..b5633c15f 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua @@ -8,7 +8,6 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) return { title = "%H: Disk space usage on %pi", vlabel = "Bytes", - per_instance = true, number_format = "%5.1lf%sB", data = { |