You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
879 B

{
"manifest_version": 2.0,
"id": "navtree",
"type": "widget",
"name": "Map navigation tree",
"namespace": "NavTree",
"version": "1.0",
"author": "Zabbix",
"description": "Allows to build a hierarchy of existing maps and display problem statistics for each included map and map group.",
"url": "https://www.zabbix.com/documentation/7.0/en/manual/web_interface/frontend_sections/dashboards/widgets/map_tree",
"actions": {
"widget.navtree.view": {
"class": "WidgetView"
},
"widget.navtree.item.edit": {
"class": "NavTreeItemEdit",
"view": "navtreeitem.edit",
"layout": "layout.json"
},
"widget.navtree.item.update": {
"class": "NavTreeItemUpdate",
"layout": "layout.json"
}
},
"widget": {
"size": {
"width": 6,
"height": 5
},
"js_class": "CWidgetNavTree",
"refresh_rate": 900
},
"assets": {
"js": ["class.widget.js"]
}
}