]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard_v2: Enable table header and footer on perfcounters
authorLenz Grimmer <lgrimmer@suse.com>
Fri, 23 Feb 2018 19:15:08 +0000 (20:15 +0100)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:07:16 +0000 (13:07 +0000)
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 <lgrimmer@suse.com>
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html

index 516c66f429b8fbf969c987d1ff2ed319cf75c416..6564dc1ab1340d323c6477e7e48621b841ece3f5 100644 (file)
@@ -1,9 +1,6 @@
 <cd-table [data]="counters"
           [columns]="columns"
           columnMode="flex"
-          [toolHeader]="false"
-          [footer]="false"
-          [limit]="0"
           (fetchData)="getCounters()">
   <ng-template #valueTpl let-row="row">
     {{ row.value | dimless }} {{ row.unit }}