summaryrefslogtreecommitdiffstats
path: root/frontends/php/httpmon.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-29 08:41:15 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-29 08:41:15 +0000
commit131500f24e0298058a33aa79ced9d01111c7b778 (patch)
tree4a0f898d49b63aa04c783e4a6620fb7256e9f695 /frontends/php/httpmon.php
parent4c6e81cdcb98236655c4612143a2fb74fa28b585 (diff)
downloadzabbix-131500f24e0298058a33aa79ced9d01111c7b778.tar.gz
zabbix-131500f24e0298058a33aa79ced9d01111c7b778.tar.xz
zabbix-131500f24e0298058a33aa79ced9d01111c7b778.zip
- [DEV-158] added standart sorting to screens (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5665 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpmon.php')
-rw-r--r--frontends/php/httpmon.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontends/php/httpmon.php b/frontends/php/httpmon.php
index 0b163361..ef3bde46 100644
--- a/frontends/php/httpmon.php
+++ b/frontends/php/httpmon.php
@@ -24,9 +24,10 @@
require_once "include/httptest.inc.php";
require_once "include/forms.inc.php";
- $page["title"] = "S_STATUS_OF_WEB_MONITORING";
- $page["file"] = "httpmon.php";
+ $page["title"] = "S_STATUS_OF_WEB_MONITORING";
+ $page["file"] = "httpmon.php";
$page['hist_arg'] = array('open','groupid','hostid');
+
define('ZBX_PAGE_DO_REFRESH', 1);
include_once "include/page_header.php";
@@ -46,7 +47,7 @@ include_once "include/page_header.php";
);
check_fields($fields);
- validate_sort_and_sortorder();
+ validate_sort_and_sortorder('wt.name',ZBX_SORT_DOWN);
$options = array('allow_all_hosts','monitored_hosts');//,'always_select_first_host'