You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
564 B

{
"manifest_version": 2.0,
"id": "clock",
"type": "widget",
"name": "Clock",
"namespace": "Clock",
"version": "1.0",
"author": "Zabbix",
"description": "Displays local, server, or specified host time.",
"url": "https://www.zabbix.com/documentation/7.0/en/manual/web_interface/frontend_sections/dashboards/widgets/clock",
"widget": {
"size": {
"width": 4,
"height": 3
},
"js_class": "CWidgetClock",
"refresh_rate": 900
},
"actions": {
"widget.clock.view": {
"class": "WidgetView"
}
},
"assets": {
"js": ["class.widget.js"]
}
}