admin.auto-commit-settings
@if (isLoading$ | async) { } @if (!(isLoading$ | async)) {
}
admin.auto-commit-entities
@for (entityTypeFormGroup of entityTypesFormGroupArray(); track trackByEntityType($index, entityTypeFormGroup); let isLast = $last) {
@if (entityTypeFormGroup.get('entityType').value === entityTypes.DEVICE) { {{ 'version-control.export-credentials' | translate }} } {{ 'version-control.export-attributes' | translate }} {{ 'version-control.export-relations' | translate }} @if (typesWithCalculatedFields.has(entityTypeFormGroup.get('entityType').value)) { {{ 'version-control.export-calculated-fields' | translate }} }
} @if (!entityTypesFormGroupArray().length) {
admin.no-auto-commit-entities-prompt
}
@if (isReadOnly | async) {
version-control.auto-commit-settings-read-only-hint
}