diff options
author | Daniel Dickinson <cshoredaniel@users.noreply.github.com> | 2017-01-12 10:19:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-12 10:19:37 -0500 |
commit | 6a7eaeb4860bcdfac0ecf4349afc396212c1d467 (patch) | |
tree | b442c65ce7fd7bda646927b78b88bc1a25f3e578 /applications/luci-app-statistics | |
parent | 61fa65f2f99ab05302911cab9527411d3132ba61 (diff) | |
parent | 388c84fa06eb9903fb505848b7d43c9fa20a40bc (diff) |
Merge pull request #938 from cshore-firmware/pull-request-statistics-df
app-statistics: df: Don't separate disk usage types
Diffstat (limited to 'applications/luci-app-statistics')
-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 = { |