Merge pull request #770 from arturdm/patch-1
luci-app-statistics: Fix missing title in df graphs
This commit is contained in:
commit
cad07f62d5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue