summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-03 08:36:00 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-03 08:36:00 +0000
commit9e13643b3cfdaf32f457e6325d24bcd8094f0ffb (patch)
tree893624ccbab78753acd0be21b6416df31e493841 /frontends/php/include/defines.inc.php
parented5710a320bc6a18b0152c31e92c8f6414bb085d (diff)
downloadzabbix-9e13643b3cfdaf32f457e6325d24bcd8094f0ffb.tar.gz
zabbix-9e13643b3cfdaf32f457e6325d24bcd8094f0ffb.tar.xz
zabbix-9e13643b3cfdaf32f457e6325d24bcd8094f0ffb.zip
- merged rev. 4506:4507 of branches/1.4.2 (Eugene)
[- added dotted drowing type for links of map - fixed links drowing type of map ] git-svn-id: svn://svn.zabbix.com/trunk@4508 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index c1fe99cb..5e882a8d 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -191,6 +191,11 @@
define('GRAPH_ITEM_DRAWTYPE_DOT', 3);
define('GRAPH_ITEM_DRAWTYPE_DASHED_LINE', 4);
+ define('MAP_LINK_DRAWTYPE_LINE', 0);
+ define('MAP_LINK_DRAWTYPE_BOLD_LINE', 2);
+ define('MAP_LINK_DRAWTYPE_DOT', 3);
+ define('MAP_LINK_DRAWTYPE_DASHED_LINE', 4);
+
define('SERVICE_ALGORITHM_NONE',0);
define('SERVICE_ALGORITHM_MAX',1);
define('SERVICE_ALGORITHM_MIN',2);