From: Tiago Melo Date: Thu, 7 Jun 2018 10:59:13 +0000 (+0100) Subject: mgr/dashboard: Fix pool usage not displaying on filesystem page X-Git-Tag: v14.0.1~1161^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22453%2Fhead;p=ceph.git mgr/dashboard: Fix pool usage not displaying on filesystem page Reference to the template was undefined during the init of the component. Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html index ac12cc9589521..b19ab9f8e13c5 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html @@ -25,7 +25,6 @@ [columns]="pools.columns" [toolHeader]="false"> - @@ -36,25 +35,26 @@ - - - - - - - - {{ row.state === 'standby-replay' ? 'Evts' : 'Reqs' }}: {{ value | dimless }} /s - + *ngIf="clientsSelect"> + + + + + + + + + {{ row.state === 'standby-replay' ? 'Evts' : 'Reqs' }}: {{ value | dimless }} /s +