Fix missing title in df graphs
It used data source instance name instead of plugin instance name. Signed-off-by: Artur Stepniewski <artur.stepniewski+openwrt@gmail.com>
This commit is contained in:
parent
6a11f71758
commit
a21bcb5113
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