{
	"manifest_version": 2.0,
	"id": "actionlog",
	"type": "widget",
	"name": "Action log",
	"namespace": "ActionLog",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays records about executed action operations (notifications, remote commands).",
	"url": "web_interface/frontend_sections/dashboards/widgets/action_log",
	"widget": {
		"js_class": "CWidgetActionLog",
		"in": {
			"time_period": {
				"type": "_timeperiod"
			}
		}
	},
	"actions": {
		"widget.actionlog.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}