diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-06 09:13:51 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-06 09:13:51 +0000 |
| commit | 8465ff8a0e531247f41f4d3c7b3b1cbe03643974 (patch) | |
| tree | 11a89a3bea5b2720cd839a7a2455d4d47caf9815 /frontends/php/include/blocks.inc.php | |
| parent | 37085eb0c73b06780c4f3a34f82693d04a1c2596 (diff) | |
- [DEV-137] fixes to GUI (Artem) big thanks to Palmertree
git-svn-id: svn://svn.zabbix.com/trunk@5677 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/blocks.inc.php')
| -rw-r--r-- | frontends/php/include/blocks.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/blocks.inc.php b/frontends/php/include/blocks.inc.php index c3809ccf..c685acc8 100644 --- a/frontends/php/include/blocks.inc.php +++ b/frontends/php/include/blocks.inc.php @@ -177,7 +177,7 @@ function make_system_summary(){ $config=select_config(); $available_hosts = get_accessible_hosts_by_user($USER_DETAILS,PERM_READ_ONLY,PERM_RES_IDS_ARRAY); - $available_triggers = get_accessible_triggers(PERM_READ_LIST,PERM_RES_DATA_ARRAY); + $available_triggers = get_accessible_triggers(PERM_READ_LIST,PERM_RES_IDS_ARRAY); $table = new CTableInfo(); $table->SetHeader(array( @@ -666,7 +666,7 @@ return $table; function make_webmon_overview(){ global $USER_DETAILS; - $available_hosts = get_accessible_hosts_by_user($USER_DETAILS,PERM_READ_ONLY,PERM_RES_DATA_ARRAY); + $available_hosts = get_accessible_hosts_by_user($USER_DETAILS,PERM_READ_ONLY,PERM_RES_IDS_ARRAY); $table = new CTableInfo(); $table->SetHeader(array( |
