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.
28 lines
619 B
28 lines
619 B
{
|
|
"manifest_version": 2.0,
|
|
"id": "map",
|
|
"type": "widget",
|
|
"name": "Map",
|
|
"namespace": "Map",
|
|
"version": "1.0",
|
|
"author": "Zabbix",
|
|
"description": "Displays either a single configured network map or one of the configured network maps in the map navigation tree.",
|
|
"url": "https://www.zabbix.com/documentation/7.0/en/manual/web_interface/frontend_sections/dashboards/widgets/map",
|
|
"widget": {
|
|
"size": {
|
|
"width": 18,
|
|
"height": 5
|
|
},
|
|
"js_class": "CWidgetMap",
|
|
"refresh_rate": 900
|
|
},
|
|
"actions": {
|
|
"widget.map.view": {
|
|
"class": "WidgetView"
|
|
}
|
|
},
|
|
"assets": {
|
|
"js": ["class.widget.js"]
|
|
}
|
|
}
|