From 8f268e374cfec768cf1085463f2e1149f6ca9173 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 18 May 2024 16:27:22 +0700 Subject: [PATCH] Use the image name from the controller when creating a new template from an appliance. --- .../new-template-dialog.component.html | 26 +++++-- .../new-template-dialog.component.ts | 74 ++++++++++--------- 2 files changed, 57 insertions(+), 43 deletions(-) diff --git a/src/app/components/project-map/new-template-dialog/new-template-dialog.component.html b/src/app/components/project-map/new-template-dialog/new-template-dialog.component.html index cc83c654..7f3d9263 100644 --- a/src/app/components/project-map/new-template-dialog/new-template-dialog.component.html +++ b/src/app/components/project-map/new-template-dialog/new-template-dialog.component.html @@ -141,7 +141,7 @@ > refresh
-
+
{{ applianceToInstall.name }} version {{ version.name }} @@ -212,7 +212,7 @@ [uploader]="uploaderImage" /> - + @@ -364,7 +364,7 @@
- Install required files + Install the required images