summaryrefslogtreecommitdiffstats
path: root/frontends/php/graph.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/graph.php
parent8b2ebdc7165072f6c847dbef56eb2712b578eeca (diff)
downloadzabbix-a4bf8e9d98c3c62e0bd2fbd847ac3f99cda3917b.tar.gz
zabbix-a4bf8e9d98c3c62e0bd2fbd847ac3f99cda3917b.tar.xz
zabbix-a4bf8e9d98c3c62e0bd2fbd847ac3f99cda3917b.zip
- 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/graph.php')
-rw-r--r--frontends/php/graph.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php
index e1b190ae..9221c7b9 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -178,6 +178,7 @@
echo "<OPTION VALUE='0' ".iif(isset($drawtype)&&($drawtype==0),"SELECTED","").">".get_drawtype_description(0);
echo "<OPTION VALUE='1' ".iif(isset($drawtype)&&($drawtype==1),"SELECTED","").">".get_drawtype_description(1);
echo "<OPTION VALUE='2' ".iif(isset($drawtype)&&($drawtype==2),"SELECTED","").">".get_drawtype_description(2);
+ echo "<OPTION VALUE='3' ".iif(isset($drawtype)&&($drawtype==4),"SELECTED","").">".get_drawtype_description(3);
echo "</SELECT>";
show_table2_v_delimiter();