|
|
|
@ -38,7 +38,7 @@ |
|
|
|
<mat-expansion-panel class="entity-type-config flex-1" [formGroup]="entityTypeFormGroup" [expanded]="entityTypesFormGroupExpanded(entityTypeFormGroup)"> |
|
|
|
<mat-expansion-panel-header> |
|
|
|
<div class="flex flex-1 flex-row items-center justify-start"> |
|
|
|
<mat-panel-title> |
|
|
|
<mat-panel-title class="basis-auto"> |
|
|
|
<div class="flex flex-1 flex-row items-center justify-start"> |
|
|
|
<div [innerHTML]="entityTypeText(entityTypeFormGroup)"></div> |
|
|
|
</div> |
|
|
|
@ -56,7 +56,7 @@ |
|
|
|
<ng-template matExpansionPanelContent> |
|
|
|
<div class="entity-type-config-content flex flex-col gap-2"> |
|
|
|
<mat-divider></mat-divider> |
|
|
|
<div class="flex flex-col gt-lg:flex-row gt-lg:gap-4"> |
|
|
|
<div class="flex flex-col gt-xs:flex-row gap-1 gt-xs:gap-4"> |
|
|
|
<div class="flex flex-row gap-4 xs:flex-col xs:gap-0"> |
|
|
|
<tb-entity-type-select |
|
|
|
showLabel |
|
|
|
@ -73,7 +73,7 @@ |
|
|
|
</tb-branch-autocomplete> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="flex flex-1 flex-row items-center justify-start gap-4 xs:flex-col xs:items-start xs:justify-start xs:gap-0" |
|
|
|
<div class="flex flex-1 flex-col gt-xs:flex-row items-start gt-xs:items-center justify-start gap-1 gt-xs:gap-4" |
|
|
|
formGroupName="config"> |
|
|
|
<mat-checkbox *ngIf="entityTypeFormGroup.get('entityType').value === entityTypes.DEVICE" formControlName="saveCredentials"> |
|
|
|
{{ 'version-control.export-credentials' | translate }} |
|
|
|
|