From 9da991ea5f6d5b02ee22c1d87f95d989efde4b30 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 23 Feb 2006 23:43:05 +0000 Subject: Support categories properly. --- tools/rrdui-cgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rrdui-cgi.py b/tools/rrdui-cgi.py index 75c9ce9..fc58608 100755 --- a/tools/rrdui-cgi.py +++ b/tools/rrdui-cgi.py @@ -40,7 +40,7 @@ class GraphDef: if cfg.has_option("general", "title"): self.title = cfg.get("general", "title") if cfg.has_option("general", "category"): - self.title = cfg.get("general", "category") + self.category = cfg.get("general", "category") # Loading graph stuff if cfg.has_option("graph", "width"): -- cgit v1.2.3