summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_status.php
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-13 13:36:05 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-13 13:36:05 +0000
commitb7e6ea8fc716f07c7ab98e08a730c3db16ab97a4 (patch)
tree4e2357096f9b7e844f559463f9d88d8f6324be5a /frontends/php/tr_status.php
parentb2f4127653d868e987df2140b9ad992bcdd558d3 (diff)
- [NTT-46] TR-060 Can not get result of command execution
[svn merge -r5000:5003 svn://svn.zabbix.com/branches/1.4.j] git-svn-id: svn://svn.zabbix.com/trunk@5005 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_status.php')
-rw-r--r--frontends/php/tr_status.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php
index dcc8c49e..2a7f30ad 100644
--- a/frontends/php/tr_status.php
+++ b/frontends/php/tr_status.php
@@ -545,7 +545,7 @@ include_once "include/page_header.php";
$description = expand_trigger_description_by_data(
array_merge($row, array("clock"=>$row_event["clock"])),
ZBX_FLAG_EVENT);
-
+
if($compact != 'true'){
$font = new CTag('font','yes');
$font->AddOption('color','#000');
@@ -558,10 +558,10 @@ include_once "include/page_header.php";
$font->AddOption('color','#808080');
$font->AddItem(array('&nbsp;-&nbsp;',$description));
$description = $font->ToString();
-
+
$table->AddRow(array(
get_node_name_by_elid($row['triggerid']),
- $_REQUEST['hostid'] > 0 ? null : $row['host'],
+ $host,
($row_event['acknowledged'] == 1)?(SPACE):(new CCheckBox('events['.$row_event['eventid'].']', 'no',NULL,$row_event['eventid'])),
$description,
$value,