diff --git a/ui/src/app/components/install-wizard/complete/complete.component.html b/ui/src/app/components/install-wizard/complete/complete.component.html index 7d34c3c15..800cb3d51 100644 --- a/ui/src/app/components/install-wizard/complete/complete.component.html +++ b/ui/src/app/components/install-wizard/complete/complete.component.html @@ -13,5 +13,5 @@
+ {{ disk.vendor }} + - + {{ disk.model }} +
{{ health.key }}
-{{ pkg.manifest.dependencies[dep.key].version | displayEmver }}
-{{ health.key }}
+{{ pkg.manifest.dependencies[dep.key].version | displayEmver }}
+Downloading: {{ installProgress.downloadProgress }}%
-Downloading: {{ installProgress.downloadProgress }}%
+Validating: {{ installProgress.validateProgress }}%
-Validating: {{ installProgress.validateProgress }}%
+Unpacking: {{ installProgress.unpackProgress }}%
-Unpacking: {{ installProgress.unpackProgress }}%
++ {{ disk.vendor }} + - + {{ disk.model }} +