From 47b44e1d0e0b0df3e32fb611e9bc60cfdac45dca Mon Sep 17 00:00:00 2001 From: dweinholz Date: Tue, 16 Jul 2024 08:45:00 +0200 Subject: [PATCH 1/2] added some more nformaton to os_details view --- .../project-os-details.component.html | 87 +++++++++---------- 1 file changed, 39 insertions(+), 48 deletions(-) diff --git a/src/app/projectmanagement/project-os-details/project-os-details.component.html b/src/app/projectmanagement/project-os-details/project-os-details.component.html index 09bd881b0e..f0e2787763 100644 --- a/src/app/projectmanagement/project-os-details/project-os-details.component.html +++ b/src/app/projectmanagement/project-os-details/project-os-details.component.html @@ -1,65 +1,56 @@
-
+
- - - - - - - - - - - - - - + + + + + + + + + + + + +
Virtual Machines
IdName
{{vm?.openstackid}}{{vm?.name}}
Virtual Machines
IdNameFlavor
{{ vm?.openstackid }}{{ vm?.name }}{{ vm?.flavor?.name }}
- - - - - - - - - - - - - - + + + + + + + - - - + + + + + + +
Volumes
IdName
{{volume?.volume_openstackid}}{{volume?.volume_name}}
Volumes
IdNameStorage
{{ volume?.volume_openstackid }}{{ volume?.volume_name }}{{ volume?.volume_storage }} GiB
- - - - - - - - - - - - - - - - + + + + + + + + + + +
Snapshots
IdName
{{snapshot?.snapshot_openstackid}}{{snapshot?.snapshot_name}}
Snapshots
IdName
{{ snapshot?.snapshot_openstackid }}{{ snapshot?.snapshot_name }}
From cd1af5ef9b0e10153f87ee7793979b1d9781392b Mon Sep 17 00:00:00 2001 From: dweinholz Date: Tue, 16 Jul 2024 15:43:33 +0200 Subject: [PATCH 2/2] fixed tests --- src/app/layouts/full-layout.component.html | 5 ++--- tests/simplevm_application.spec.ts | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/layouts/full-layout.component.html b/src/app/layouts/full-layout.component.html index d1edbc4dc1..e6b2b3a6a1 100644 --- a/src/app/layouts/full-layout.component.html +++ b/src/app/layouts/full-layout.component.html @@ -110,11 +110,10 @@ New Project - + - +