From b1dd779532b4a9657379b3c7b673470a74a643fb Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Wed, 17 Feb 2021 17:21:50 +0200 Subject: [PATCH] UI: Added to js/JSON editor always working fullscreen button (include fieldset tag disabled) --- .../app/shared/components/js-func.component.html | 16 ++++++++++------ .../components/json-content.component.html | 16 ++++++++++------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/ui-ngx/src/app/shared/components/js-func.component.html b/ui-ngx/src/app/shared/components/js-func.component.html index 6173cacb99..6721ea2279 100644 --- a/ui-ngx/src/app/shared/components/js-func.component.html +++ b/ui-ngx/src/app/shared/components/js-func.component.html @@ -24,12 +24,16 @@ - +
+
+ +
+
diff --git a/ui-ngx/src/app/shared/components/json-content.component.html b/ui-ngx/src/app/shared/components/json-content.component.html index 596c2fcb36..b815ec6315 100644 --- a/ui-ngx/src/app/shared/components/json-content.component.html +++ b/ui-ngx/src/app/shared/components/json-content.component.html @@ -29,12 +29,16 @@ mat-button *ngIf="!readonly && !disabled" class="tidy" (click)="minifyJSON()"> {{'js-func.mini' | translate }} - +
+
+ +
+