diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-29 08:41:15 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-29 08:41:15 +0000 |
| commit | 131500f24e0298058a33aa79ced9d01111c7b778 (patch) | |
| tree | 4a0f898d49b63aa04c783e4a6620fb7256e9f695 /frontends/php/tr_status.php | |
| parent | 4c6e81cdcb98236655c4612143a2fb74fa28b585 (diff) | |
| download | zabbix-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/tr_status.php')
| -rw-r--r-- | frontends/php/tr_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php index 21f92cc3..6e0ae0cc 100644 --- a/frontends/php/tr_status.php +++ b/frontends/php/tr_status.php @@ -102,7 +102,7 @@ include_once "include/page_header.php"; ); check_fields($fields); - validate_sort_and_sortorder(); + validate_sort_and_sortorder('t.lastchange',ZBX_SORT_DOWN); $_REQUEST['show_triggers'] = get_request('show_triggers', get_profile('web.tr_status.show_triggers', TRIGGERS_OPTION_ONLYTRUE)); $_REQUEST['show_events'] = get_request('show_events',get_profile('web.tr_status.show_events', EVENTS_OPTION_NOEVENT)); |
