summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/tr_status.php')
-rw-r--r--frontends/php/tr_status.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php
index f4532cfa..3208fcb7 100644
--- a/frontends/php/tr_status.php
+++ b/frontends/php/tr_status.php
@@ -585,15 +585,17 @@ include_once "include/page_header.php";
unset($row,$description, $actions);
}
- zbx_add_post_js('blink.init();');
- $m_form->AddItem($table);
-
- $m_form->Additem(get_table_header(array(S_TOTAL.": ",
+ $table->SetFooter(new CCol(array(S_TOTAL.": ",
$table->GetNumRows(),
SPACE.SPACE.SPACE,
($config['event_ack_enable'])?(new CButton('bulkacknowledge',S_BULK_ACKNOWLEDGE,'javascript: submit();')):(SPACE)
)));
+
+ $m_form->AddItem($table);
$m_form->Show();
+ unset($table);
+
+ zbx_add_post_js('blink.init();');
$jsmenu = new CPUMenu(null,170);
$jsmenu->InsertJavaScript();