From b3eee73e3c23ca1c49b7d43e95ad1b6b92cece92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BCller?= Date: Thu, 8 Mar 2018 15:35:39 +0100 Subject: [PATCH] mgr/dashboard_v2: Fix cephfs template table usage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The option 'toolHeader' wasn't recognized by the table directive. So it showed the wrong behavior showing the tool bar of the table. Signed-off-by: Stephan Müller --- .../frontend/src/app/ceph/cephfs/cephfs/cephfs.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.html index 2333f770b66..f995117b6f9 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.html @@ -26,7 +26,7 @@ + [toolHeader]="false"> @@ -40,7 +40,7 @@ + [toolHeader]="false"> -- 2.47.3