ota-update.title @if (entityForm.get('title').hasError('required')) { {{ 'ota-update.title-required' | translate }} } @if (entityForm.get('title').hasError('maxlength')) { {{ 'ota-update.title-max-length' | translate }} } ota-update.version @if (entityForm.get('version').hasError('required')) { {{ 'ota-update.version-required' | translate }} } @if (entityForm.get('version').hasError('maxlength')) { {{ 'ota-update.version-max-length' | translate }} }
ota-update.version-tag @if (isAdd) { ota-update.version-tag-hint } ota-update.package-type @for ( packageType of packageTypes; track packageType) { {{ otaUpdateTypeTranslationMap.get(packageType) | translate }} } @if (isAdd) {
ota-update.warning-after-save-no-edit
{{ "ota-update.upload-binary-file" | translate }} {{ "ota-update.use-external-url" | translate }}
} @if (!entityForm.get('isURL').value) {
@if (isAdd) {
{{ 'ota-update.auto-generate-checksum' | translate }}
} @if (!(isAdd && entityForm.get('generateChecksum').value)) {
ota-update.checksum-algorithm @for ( checksumAlgorithm of checksumAlgorithms; track checksumAlgorithm) { {{ checksumAlgorithmTranslationMap.get(checksumAlgorithm) }} } ota-update.checksum @if (isAdd) { ota-update.checksum-hint }
} @if (!isAdd) {
ota-update.file-name ota-update.file-size-bytes ota-update.content-type
}
} @if (entityForm.get('isURL').value) {
ota-update.direct-url @if (entityForm.get('url').hasError('required') || entityForm.get('url').hasError('pattern')) { ota-update.direct-url-required }
}
ota-update.description