File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4545 widgetActionFormGroup.get('type').value === widgetActionType.openDashboard ?
4646 widgetActionFormGroup.get('type').value : '' ">
4747 < div class ="tb-form-row ">
48- < div class ="fixed-title-width "> {{ 'widget-action.target-dashboard-state' | translate }}
49- {{widgetActionFormGroup.get('type').value === widgetActionType.openDashboardState ? '*' : ''}}</ div >
48+ < div class ="fixed-title-width ">
49+ < span > {{ 'widget-action.target-dashboard-state' | translate }}</ span >
50+ < span *ngIf ="widgetActionFormGroup.get('type').value === widgetActionType.openDashboardState "> *</ span >
51+ </ div >
5052 < mat-form-field fxFlex appearance ="outline " subscriptSizing ="dynamic "
5153 [class.tb-suffix-absolute] ="!actionTypeFormGroup.get('targetDashboardStateId').value ">
5254 < input matInput type ="text " placeholder ="{{ 'widget-action.target-dashboard-state' | translate }} "
You can’t perform that action at this time.
0 commit comments