From 1eecdd39eb6dec9627901a19a117dbf2a15c5029 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 5 Sep 2023 17:03:05 +0300 Subject: [PATCH] UI: Add persistent RPC table to tables widgets bundle --- .../src/main/data/json/system/widget_bundles/tables.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/src/main/data/json/system/widget_bundles/tables.json b/application/src/main/data/json/system/widget_bundles/tables.json index f64cb603eb..65f0775d2a 100644 --- a/application/src/main/data/json/system/widget_bundles/tables.json +++ b/application/src/main/data/json/system/widget_bundles/tables.json @@ -10,6 +10,7 @@ "widgetTypeFqns": [ "cards.entities_table", "alarm_widgets.alarms_table", - "cards.timeseries_table" + "cards.timeseries_table", + "control_widgets.persistent_table" ] } \ No newline at end of file