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

manifest.json « clock « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98ed4984247088d2109ab2501393adfdf843e1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"manifest_version": 2.0,
	"id": "clock",
	"type": "widget",
	"name": "Clock",
	"namespace": "Clock",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"template_support": true,
		"size": {
			"width": 4,
			"height": 3
		},
		"js_class": "CWidgetClock",
		"refresh_rate": 900
	},
	"actions": {
		"widget.clock.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}