Add missing variable declaration for luci_app_statistics plugin df
Signed-off-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
This commit is contained in:
parent
d04b8bfc82
commit
9277333930
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ return baseclass.extend({
|
||||||
};
|
};
|
||||||
|
|
||||||
var types = graph.dataTypes(host, plugin, plugin_instance);
|
var types = graph.dataTypes(host, plugin, plugin_instance);
|
||||||
|
var p = [];
|
||||||
|
|
||||||
for (var i = 0; i < types.length; i++)
|
for (var i = 0; i < types.length; i++)
|
||||||
if (types[i] == 'percent_bytes')
|
if (types[i] == 'percent_bytes')
|
||||||
|
|
Loading…
Reference in a new issue