From 0ad39c0fee389728cb4d1925890ca2b4b7c92b26 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Mon, 26 Feb 2024 12:31:45 +0200 Subject: [PATCH] UI: space before the required mark has been removed in widget action --- .../lib/settings/common/action/widget-action.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/widget-action.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/widget-action.component.html index 3752fb3b3c..be9b067d17 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/widget-action.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/widget-action.component.html @@ -45,8 +45,10 @@ widgetActionFormGroup.get('type').value === widgetActionType.openDashboard ? widgetActionFormGroup.get('type').value : ''">
-
{{ 'widget-action.target-dashboard-state' | translate }} - {{widgetActionFormGroup.get('type').value === widgetActionType.openDashboardState ? '*' : ''}}
+
+ {{ 'widget-action.target-dashboard-state' | translate }} + * +