From 4e201216130efa43ec1f65637a0dc4c0b02ff81d Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Tue, 29 Aug 2023 11:12:02 +0300 Subject: [PATCH] UI: Fixed details breadcrumb label --- .../app/modules/home/pages/ota-update/ota-update.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts b/ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts index da479fa190..2979c385ed 100644 --- a/ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts +++ b/ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts @@ -129,6 +129,8 @@ export class OtaUpdateComponent extends EntityComponent implements O } updateForm(entity: OtaPackage) { + this.entity.name = entity.title; + this.entityForm.patchValue({ title: entity.title, version: entity.version,