From e030807c343b73c7b72b769fa2bbfc1aac5263db Mon Sep 17 00:00:00 2001 From: Andrii Shvaika Date: Fri, 10 Apr 2026 19:32:50 +0300 Subject: [PATCH] feat(iot-hub): add "Install one more" button in device detail dialog When a device is already installed, show an "Install one more" button next to the Remove button. Clicking it opens the install wizard to provision another instance of the same device package. --- .../iot-hub/iot-hub-item-detail-dialog.component.html | 8 ++++++++ ui-ngx/src/assets/locale/locale.constant-en_US.json | 1 + 2 files changed, 9 insertions(+) diff --git a/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-item-detail-dialog.component.html b/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-item-detail-dialog.component.html index b149a86498..de18e2657a 100644 --- a/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-item-detail-dialog.component.html +++ b/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-item-detail-dialog.component.html @@ -98,6 +98,10 @@ } @if (isInstalled()) { + } @if (isInstalled()) { +