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.
27 lines
539 B
27 lines
539 B
{
|
|
"manifest_version": 2.0,
|
|
"id": "gauge",
|
|
"type": "widget",
|
|
"name": "Gauge",
|
|
"namespace": "Gauge",
|
|
"version": "1.0",
|
|
"author": "Zabbix",
|
|
"description": "Displays the value of a single item as gauge.",
|
|
"url": "https://www.zabbix.com/documentation/7.0/en/manual/web_interface/frontend_sections/dashboards/widgets/gauge",
|
|
"widget": {
|
|
"size": {
|
|
"width": 6,
|
|
"height": 5
|
|
},
|
|
"js_class": "CWidgetGauge"
|
|
},
|
|
"actions": {
|
|
"widget.gauge.view": {
|
|
"class": "WidgetView"
|
|
}
|
|
},
|
|
"assets": {
|
|
"js": ["class.widget.js"]
|
|
}
|
|
}
|