summaryrefslogtreecommitdiffstats
path: root/frontends
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-05 14:37:53 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-05 14:37:53 +0000
commit96c6d870b473846fa8b31a0b185f74df73b02965 (patch)
treeae9e72cfd1a577dd7d32934baa1a5bddd3417e59 /frontends
parentd1eb7d75f8caecbc8ca72210e3c6f0bfb9dec6a6 (diff)
downloadzabbix-96c6d870b473846fa8b31a0b185f74df73b02965.tar.gz
zabbix-96c6d870b473846fa8b31a0b185f74df73b02965.tar.xz
zabbix-96c6d870b473846fa8b31a0b185f74df73b02965.zip
- [DEV-137] minor fix (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5874 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends')
-rw-r--r--frontends/php/tr_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php
index 5c0a3c9d..f8399d4d 100644
--- a/frontends/php/tr_status.php
+++ b/frontends/php/tr_status.php
@@ -617,7 +617,7 @@ include_once "include/page_header.php";
($config['event_ack_enable'])?(($row_event['acknowledged'] == 1)?(SPACE):(new CCheckBox('events['.$row_event['eventid'].']', 'no',NULL,$row_event['eventid']))):NULL,
new CCol(
get_severity_description($row['priority']),
- get_severity_style($row['priority'],$row['value'])
+ get_severity_style($row['priority'],$row_event['value'])
),
$value,
new CLink(zbx_date2str(S_DATE_FORMAT_YMDHMS,$row_event['clock']),'events.php?triggerid='.$row['triggerid'],'action'),