Merge pull request #3928 from tobiaswaldvogel/fix_luci_app_statistics_plugin_df
luci_app_statistics: Add missing variable declaration for plugin df
This commit is contained in:
commit
1f082a6ac6
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