From: Naman Munet Date: Wed, 24 Sep 2025 07:23:40 +0000 (+0530) Subject: mgr/dashboard: Blank entry for Storage Capacity in dashboard under Cluster > Expand... X-Git-Tag: testing/wip-vshankar-testing-20250926.115258-debug~2^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a01909e7588c7ff757079475e3ea6f1dc3054db7;p=ceph-ci.git mgr/dashboard: Blank entry for Storage Capacity in dashboard under Cluster > Expand Cluster > Review https://tracker.ceph.com/issues/73220 Signed-off-by: Naman Munet --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.html index 2fbc6a75d63..81e55da3e68 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.html @@ -58,14 +58,10 @@ -
-
-

Storage Capacity

-
-
-

{{deploymentDescText}}

-
-
+ Storage Capacity + + + {{deploymentDescText}}
diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.ts index ed60ddf805a..c65782769a4 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.ts @@ -23,7 +23,7 @@ export class CreateClusterReviewComponent implements OnInit { services: Array = []; totalCPUs = 0; totalMemory = 0; - deploymentDescText: string; + deploymentDescText: string = '-'; isSimpleDeployment = true; constructor(