Browse Source

Deleted json obj dialog fieldset

pull/12700/head
mpetrov 1 year ago
parent
commit
036cff6a75
  1. 16
      ui-ngx/src/app/shared/components/dialog/json-object-edit-dialog.component.html

16
ui-ngx/src/app/shared/components/dialog/json-object-edit-dialog.component.html

@ -29,15 +29,13 @@
</mat-progress-bar>
<div style="height: 4px;" *ngIf="!(isLoading$ | async)"></div>
<div mat-dialog-content class="flex-1">
<fieldset [disabled]="isLoading$ | async" class="h-full">
<tb-json-object-edit
formControlName="json"
class="block h-full"
label="{{ 'value.json-value' | translate }}"
[jsonRequired]="required"
[fillHeight]="data.fillHeight">
</tb-json-object-edit>
</fieldset>
<tb-json-object-edit
formControlName="json"
class="block h-full"
label="{{ 'value.json-value' | translate }}"
[jsonRequired]="required"
[fillHeight]="data.fillHeight">
</tb-json-object-edit>
</div>
<div mat-dialog-actions class="flex flex-row items-center justify-end">
<span class="flex-1"></span>

Loading…
Cancel
Save