|
|
|
@ -27,14 +27,14 @@ |
|
|
|
<mat-spinner *ngIf="!entityDataInfo" mode="indeterminate" diameter="80"></mat-spinner> |
|
|
|
<form *ngIf="entityDataInfo" [formGroup]="restoreFormGroup" style="padding-top: 16px;"> |
|
|
|
<fieldset [disabled]="isLoading$ | async"> |
|
|
|
<div fxFlex fxLayout="column" fxLayoutGap="16px"> |
|
|
|
<mat-checkbox *ngIf="entityDataInfo.hasCredentials" formControlName="loadCredentials"> |
|
|
|
<div fxFlex fxLayout="column"> |
|
|
|
<mat-checkbox *ngIf="entityDataInfo.hasCredentials" formControlName="loadCredentials" style="margin-bottom: 16px;"> |
|
|
|
{{ 'version-control.load-credentials' | translate }} |
|
|
|
</mat-checkbox> |
|
|
|
<mat-checkbox *ngIf="entityDataInfo.hasAttributes" formControlName="loadAttributes"> |
|
|
|
<mat-checkbox *ngIf="entityDataInfo.hasAttributes" formControlName="loadAttributes" style="margin-bottom: 16px;"> |
|
|
|
{{ 'version-control.load-attributes' | translate }} |
|
|
|
</mat-checkbox> |
|
|
|
<mat-checkbox *ngIf="entityDataInfo.hasRelations" formControlName="loadRelations"> |
|
|
|
<mat-checkbox *ngIf="entityDataInfo.hasRelations" formControlName="loadRelations" style="margin-bottom: 16px;"> |
|
|
|
{{ 'version-control.load-relations' | translate }} |
|
|
|
</mat-checkbox> |
|
|
|
</div> |
|
|
|
|