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.

23 lines
541 B

1 year ago
{
"manifest_version": 2.0,
"id": "problemsbysv",
"type": "widget",
"name": "Problems by severity",
"namespace": "ProblemsBySv",
"version": "1.0",
"author": "Zabbix",
"description": "Displays the problem count by severity.",
"url": "https://www.zabbix.com/documentation/7.0/en/manual/web_interface/frontend_sections/dashboards/widgets/problems_severity",
"widget": {
"js_class": "CWidgetProblemsBySv"
},
"actions": {
"widget.problemsbysv.view": {
"class": "WidgetView"
}
},
"assets": {
"js": ["class.widget.js"]
}
}