diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-17 14:16:25 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-17 14:16:25 +0000 |
| commit | eeb19c96867c981d71e977813e0536f6e90f1adc (patch) | |
| tree | c128a1dc44937620541c426d37b99ab1f0f0a38d /frontends/php/hosts.php | |
| parent | 42a2ee7629091fc45c463d28cb560c8bdd15d960 (diff) | |
| download | zabbix-eeb19c96867c981d71e977813e0536f6e90f1adc.tar.gz zabbix-eeb19c96867c981d71e977813e0536f6e90f1adc.tar.xz zabbix-eeb19c96867c981d71e977813e0536f6e90f1adc.zip | |
- improved templates logic for graphs (Eugene)
- improved templates logic for triggers (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2650 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index 62b1fe7e..b8ec0238 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -432,7 +432,9 @@ $show = array( new CLink(S_ITEMS,"items.php?hostid=".$row["hostid"]), SPACE.":".SPACE, - new CLink(S_TRIGGERS,"triggers.php?hostid=".$row["hostid"]) + new CLink(S_TRIGGERS,"triggers.php?hostid=".$row["hostid"]), + SPACE.":".SPACE, + new CLink(S_GRAPHS,"graphs.php?hostid=".$row["hostid"]) ); } else { $show = SPACE; |
