Merge pull request #770 from arturdm/patch-1
authorHannu Nyman <hannu.nyman@iki.fi>
Thu, 29 Sep 2016 08:59:13 +0000 (11:59 +0300)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2016 08:59:13 +0000 (11:59 +0300)
luci-app-statistics: Fix missing title in df graphs

applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua

index 6266ff3..fbc3884 100644 (file)
@@ -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",