summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-08-14 13:04:49 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-08-14 13:04:49 +0000
commita4bf8e9d98c3c62e0bd2fbd847ac3f99cda3917b (patch)
tree100e34386d6bcc02d2265f8b805c8642659ec74a /frontends/php/include/config.inc.php
parent8b2ebdc7165072f6c847dbef56eb2712b578eeca (diff)
- new draw type for graphs: Dot (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@913 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index e11ba5c9..8b407207 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -4352,6 +4352,8 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
return "Filled region";
if($drawtype==2)
return "Bold line";
+ if($drawtype==3)
+ return "Dot";
return "Unknown";
}