From 415c95907bf23a3c4f435e7d6bf914b71b1d2fcd Mon Sep 17 00:00:00 2001 From: Chantsova Ekaterina Date: Fri, 14 Apr 2023 18:33:42 +0300 Subject: [PATCH 1/5] UI: widget extension module support in custom actions --- ...ction-pretty-resources-tabs.component.html | 6 ++- .../widget/dialog/custom-dialog.service.ts | 9 ++-- .../components/widget/widget.component.ts | 53 ++++++++++++++++--- ui-ngx/src/app/shared/models/widget.models.ts | 3 +- 4 files changed, 59 insertions(+), 12 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/action/custom-action-pretty-resources-tabs.component.html b/ui-ngx/src/app/modules/home/components/widget/action/custom-action-pretty-resources-tabs.component.html index c3d0141d20..3e4564f505 100644 --- a/ui-ngx/src/app/modules/home/components/widget/action/custom-action-pretty-resources-tabs.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/action/custom-action-pretty-resources-tabs.component.html @@ -27,6 +27,10 @@ (ngModelChange)="notifyActionUpdated()" placeholder="{{ 'widget.resource-url' | translate }}"/> + + {{ 'widget.resource-is-module' | translate }} +