]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Blank entry for Storage Capacity in dashboard under Cluster > Expand...
authorNaman Munet <naman.munet@ibm.com>
Wed, 24 Sep 2025 07:23:40 +0000 (12:53 +0530)
committerNaman Munet <naman.munet@ibm.com>
Wed, 24 Sep 2025 07:23:40 +0000 (12:53 +0530)
https://tracker.ceph.com/issues/73220

Signed-off-by: Naman Munet <naman.munet@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.ts

index 2fbc6a75d634be83b5fc759472e39a3243b4c2ec..81e55da3e682fe097ea2e46bc6e48acec3c8801d 100644 (file)
 <ng-template #simpleDeploymentTextTpl>
   <tr>
     <td>
-      <dl>
-        <dt>
-          <p i18n>Storage Capacity</p>
-        </dt>
-        <dd>
-          <p i18n>{{deploymentDescText}}</p>
-        </dd>
-      </dl>
+      <span i18n>Storage Capacity</span>
+    </td>
+    <td>
+      <span i18n>{{deploymentDescText}}</span>
     </td>
   </tr>
 </ng-template>
index ed60ddf805ada554141bd2f74c4f53c0591ffae7..c65782769a4c681ba0245d31590865ac89536477 100644 (file)
@@ -23,7 +23,7 @@ export class CreateClusterReviewComponent implements OnInit {
   services: Array<CephServiceSpec> = [];
   totalCPUs = 0;
   totalMemory = 0;
-  deploymentDescText: string;
+  deploymentDescText: string = '-';
   isSimpleDeployment = true;
 
   constructor(