Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/controllers/CControllerIconMapList.php')
-rw-r--r--ui/app/controllers/CControllerIconMapList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/controllers/CControllerIconMapList.php b/ui/app/controllers/CControllerIconMapList.php
index 15f40c85176..4c6a693cf02 100644
--- a/ui/app/controllers/CControllerIconMapList.php
+++ b/ui/app/controllers/CControllerIconMapList.php
@@ -65,7 +65,7 @@ class CControllerIconMapList extends CController {
}
$data['iconmaps'] = API::IconMap()->get([
- 'output' => ['mappings', 'name', 'iconmapid'],
+ 'output' => ['iconmapid', 'name'],
'selectMappings' => ['inventory_link', 'expression', 'iconid'],
'editable' => true
]);