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

manifest.json « actionlog « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9c9c77e7914e4126a6bb190b679437053a3f95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"manifest_version": 2.0,
	"id": "actionlog",
	"type": "widget",
	"name": "Action log",
	"namespace": "ActionLog",
	"version": "1.0",
	"author": "Zabbix SIA",
	"actions": {
		"widget.actionlog.view": {
			"class": "WidgetView"
		}
	}
}