summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_status.php
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-24 10:39:43 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-24 10:39:43 +0000
commitf41d50841de55c6e2a14d9c4df9bcc3d6830d887 (patch)
tree39fd069054f81339faea67a25f5de33c54a9f801 /frontends/php/tr_status.php
parent196f05691a8b11aca754a36ce64421c34148f733 (diff)
- [DEV-48] Support of Ping and Traceroute in Status of Triggers screen
git-svn-id: svn://svn.zabbix.com/trunk@4908 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_status.php')
-rw-r--r--frontends/php/tr_status.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php
index f586df6a..b957be03 100644
--- a/frontends/php/tr_status.php
+++ b/frontends/php/tr_status.php
@@ -504,7 +504,11 @@ include_once "include/page_header.php";
SPACE,
$description,
$value,
- SPACE,
+ new CCol(
+ get_severity_description($row["priority"]),
+ get_severity_style($row["priority"])
+ ),
+// SPACE,
new CLink(zbx_date2str(S_DATE_FORMAT_YMDHMS,$row["lastchange"]),"tr_events.php?triggerid=".$row["triggerid"],"action"),
$actions,
($config['ack_enable'])?$ack:NULL,