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

Signed-off-by: Naman Munet <naman.munet@ibm.com>
(cherry picked from commit a01909e7588c7ff757079475e3ea6f1dc3054db7)

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 df61fd40a9536ef74ff4a6addb61855b209f5f0e..7e05234d8defc209dc6ce6775d2f58d68cdc3ce0 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(