summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart2.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-02 14:29:11 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-02 14:29:11 +0000
commit5f5f27c2d19ab6687d10aa04c88d5b835d024e48 (patch)
tree7b04e4d7bffcc5866c8d4f3d0276cfb09bda489a /frontends/php/chart2.php
parent666e0dbf5f8cf58a42855dbd33ea9eb83328d211 (diff)
- added trigger displaying on graphs (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2792 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/chart2.php')
-rw-r--r--frontends/php/chart2.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/chart2.php b/frontends/php/chart2.php
index 7e612917..1a4342c2 100644
--- a/frontends/php/chart2.php
+++ b/frontends/php/chart2.php
@@ -68,6 +68,8 @@
}
$graph->ShowWorkPeriod($row["show_work_period"]);
+ $graph->ShowTriggers($row["show_triggers"]);
+
$graph->setWidth($width);
$graph->setHeight($height);
$graph->setHeader($name);