From f71e683a38fc9ffbf0208a2b0646c7a882f6fc68 Mon Sep 17 00:00:00 2001 From: Lenz Grimmer Date: Fri, 23 Feb 2018 20:15:08 +0100 Subject: [PATCH] mgr/dashboard_v2: Enable table header and footer on perfcounters Enable the ability to filter and paginate the performance counter tables to make it easier to find specific information quickly. Signed-off-by: Lenz Grimmer --- .../table-performance-counter.component.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html index 516c66f429b..6564dc1ab13 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html @@ -1,9 +1,6 @@ {{ row.value | dimless }} {{ row.unit }} -- 2.39.5