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/discovery/manifest.json')
-rw-r--r--ui/widgets/discovery/manifest.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/ui/widgets/discovery/manifest.json b/ui/widgets/discovery/manifest.json
new file mode 100644
index 00000000000..c38f24500d1
--- /dev/null
+++ b/ui/widgets/discovery/manifest.json
@@ -0,0 +1,20 @@
+{
+ "manifest_version": 2.0,
+ "id": "discovery",
+ "type": "widget",
+ "name": "Discovery status",
+ "namespace": "Discovery",
+ "version": "1.0",
+ "author": "Zabbix SIA",
+ "widget": {
+ "size": {
+ "width": 6,
+ "height": 3
+ }
+ },
+ "actions": {
+ "widget.discovery.view": {
+ "class": "WidgetView"
+ }
+ }
+}