summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-26 13:17:12 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-26 13:17:12 +0000
commit3d46f8cd88e6ae75d3c2f5ad151b031d0a275dec (patch)
tree4f8090dca92df6374f2ff917acafc3d424a443f3 /frontends/php/include/defines.inc.php
parent77b0f6eeccfb4e183664d8b1bb4023e8075d6290 (diff)
downloadzabbix-3d46f8cd88e6ae75d3c2f5ad151b031d0a275dec.tar.gz
zabbix-3d46f8cd88e6ae75d3c2f5ad151b031d0a275dec.tar.xz
zabbix-3d46f8cd88e6ae75d3c2f5ad151b031d0a275dec.zip
- support for no labels and no status in network maps (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1676 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 2011487a..9175dffc 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -63,7 +63,8 @@
define("MAP_LABEL_TYPE_HOSTLABEL",0);
define("MAP_LABEL_TYPE_IP",1);
define("MAP_LABEL_TYPE_HOSTNAME",2);
- define("MAP_LABEL_TYPE_NOTHING",3);
+ define("MAP_LABEL_TYPE_STATUS",3);
+ define("MAP_LABEL_TYPE_NOTHING",4);
define("ITEM_TYPE_ZABBIX",0);
define("ITEM_TYPE_SNMPV1",1);