summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-09-29 11:59:13 +0300
committerGitHub <noreply@github.com>2016-09-29 11:59:13 +0300
commitcad07f62d5babff35f8b39c341e5657d362d052a (patch)
tree73d4653c3215d549b60321a8a5c7cb862e557e0c /applications
parentddb98f186f2c63f7d5f48be6dc1d4d966a0adbab (diff)
parenta21bcb51137f787eaa12bdb63a1082d26d4a790f (diff)
Merge pull request #770 from arturdm/patch-1
luci-app-statistics: Fix missing title in df graphs
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua2
1 files changed, 1 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 6266ff3ba..fbc3884b4 100644
--- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua
+++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua
@@ -6,7 +6,7 @@ module("luci.statistics.rrdtool.definitions.df", package.seeall)
function rrdargs( graph, plugin, plugin_instance, dtype )
return {
- title = "%H: Disk space usage on %di",
+ title = "%H: Disk space usage on %pi",
vlabel = "Bytes",
per_instance = true,
number_format = "%5.1lf%sB",