diff options
-rw-r--r-- | html/rrdui.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html/rrdui.js b/html/rrdui.js index 7528ecc..b868728 100644 --- a/html/rrdui.js +++ b/html/rrdui.js @@ -583,7 +583,10 @@ function displayCategories() { cat = graphs.item(i).getAttribute("category"); if(!cat) + { cat = "Other"; + graphs.item(i).setAttribute("category", "Other"); + } cats[cat] = true; } |