fixed minor error

This commit is contained in:
daniel 2017-08-16 16:30:44 +02:00
parent f7ea07d559
commit 104a1a83b4
1 changed files with 1 additions and 4 deletions
pandora_console/include/graphs/flot

View File

@ -34,10 +34,7 @@
}
if (dataObjects.length > 1) {
dataObjects.forEach(function (element) {
if (/Avg.:/i.test(element.label))
result = element;
if (/Percentil/i.test(element.label))
result = element;
result = element;
});
// If the avg set is missing, retrieve the first set