{ "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"] } }