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.
24 lines
536 B
24 lines
536 B
1 year ago
|
{
|
||
|
"manifest_version": 2.0,
|
||
|
"id": "favmaps",
|
||
|
"type": "widget",
|
||
|
"name": "Favorite maps",
|
||
|
"namespace": "FavMaps",
|
||
|
"version": "1.0",
|
||
|
"author": "Zabbix",
|
||
|
"description": "Displays shortcuts to the most needed network maps (marked as favorite).",
|
||
|
"url": "https://www.zabbix.com/documentation/7.0/en/manual/web_interface/frontend_sections/dashboards/widgets/favorite_maps",
|
||
|
"widget": {
|
||
|
"size": {
|
||
|
"width": 4,
|
||
|
"height": 3
|
||
|
},
|
||
|
"refresh_rate": 900
|
||
|
},
|
||
|
"actions": {
|
||
|
"widget.favmaps.view": {
|
||
|
"class": "WidgetView"
|
||
|
}
|
||
|
}
|
||
|
}
|