Source
{
"manifest_version": 2.0,
"id": "itemnavigator",
"type": "widget",
"name": "Item navigator",
"namespace": "ItemNavigator",
"version": "1.0",
"author": "Zabbix",
"description": "Displays item hierarchy with ability to control other widgets based on selected item.",
"url": "web_interface/frontend_sections/dashboards/widgets/item_navigator",
"widget": {
"size": {
"width": 12,
"height": 5
},
"js_class": "CWidgetItemNavigator",
"in": {
"groupids": {
"type": "_hostgroupid"
},
"hostids": {
"type": "_hostid"
}
},
"out": [
{
"type": "_itemid"
},
{
"type": "_itemids"
}
]
},
"actions": {
"widget.itemnavigator.view": {
"class": "WidgetView"
}
},
"assets": {
"js": ["class.itemnavigator.js", "class.widget.js", "class.widget-field.item-grouping.js"]
}
}