From a77bb2b636d90eab231943bca935587131cc3bc7 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Fri, 24 Apr 2026 16:23:28 +0300 Subject: [PATCH] feat(iot-hub): register iot_hub widget in home page bundle Adds home_page_widgets.iot_hub to the system home-page widget bundle so the IoT Hub widget ships with the tenant home dashboard. --- .../data/json/system/widget_bundles/home_page_widgets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/src/main/data/json/system/widget_bundles/home_page_widgets.json b/application/src/main/data/json/system/widget_bundles/home_page_widgets.json index a30d6ee76f..0d541eebac 100644 --- a/application/src/main/data/json/system/widget_bundles/home_page_widgets.json +++ b/application/src/main/data/json/system/widget_bundles/home_page_widgets.json @@ -13,6 +13,7 @@ "home_page_widgets.quick_links", "home_page_widgets.documentation_links", "home_page_widgets.dashboards", - "home_page_widgets.usage_info" + "home_page_widgets.usage_info", + "home_page_widgets.iot_hub" ] } \ No newline at end of file