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

manifest.json « slareport « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88099d3b19341be891cf2810ece18b6da33d54ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"manifest_version": 2.0,
	"id": "slareport",
	"type": "widget",
	"name": "SLA report",
	"namespace": "SlaReport",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"refresh_rate": 0
	},
	"actions": {
		"widget.slareport.view": {
			"class": "WidgetView"
		}
	}
}