From: Nizamudeen A Date: Tue, 26 Oct 2021 07:46:51 +0000 (+0530) Subject: mgr/dashboard: Cluster expansion review page minor bug fixes X-Git-Tag: v17.1.0~593^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=81430251edbb07e73155c7b194cfe3d6d60c7905;p=ceph.git mgr/dashboard: Cluster expansion review page minor bug fixes Fix the Total Memory coming up as NaN Undefined Remove `Add` Button in the Cluster Details table Fixes: https://tracker.ceph.com/issues/53038 Signed-off-by: Nizamudeen A --- 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 f59cf6baceb51..812598f6ccab0 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 @@ -42,6 +42,7 @@ Host Details { this.hostsCountPerService.push({ diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html index a4d30918cc562..3b310d4565027 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html @@ -13,7 +13,8 @@ selectionType="single" [hasDetails]="hasTableDetails" (setExpandedRow)="setExpandedRow($event)" - (updateSelection)="updateSelection($event)"> + (updateSelection)="updateSelection($event)" + [toolHeader]="!hideToolHeader">