Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui/widgets/problems/manifest.json')
-rw-r--r--ui/widgets/problems/manifest.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/ui/widgets/problems/manifest.json b/ui/widgets/problems/manifest.json
new file mode 100644
index 00000000000..cf2b53558e7
--- /dev/null
+++ b/ui/widgets/problems/manifest.json
@@ -0,0 +1,20 @@
+{
+ "manifest_version": 2.0,
+ "id": "problems",
+ "type": "widget",
+ "name": "Problems",
+ "namespace": "Problems",
+ "version": "1.0",
+ "author": "Zabbix SIA",
+ "widget": {
+ "js_class": "CWidgetProblems"
+ },
+ "actions": {
+ "widget.problems.view": {
+ "class": "WidgetView"
+ }
+ },
+ "assets": {
+ "js": ["class.widget.js"]
+ }
+}