]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Store user table configurations 20822/head
authorStephan Müller <smueller@suse.com>
Thu, 8 Mar 2018 14:37:20 +0000 (15:37 +0100)
committerStephan Müller <smueller@suse.com>
Tue, 29 May 2018 11:49:55 +0000 (13:49 +0200)
commite4c708ade83e9dd06da2d874a196ac91bf82b21c
tree5570a66f0c1bab6fc3ad26d6d9e9165a69ddf315
parent02f0ba92b3d84debd0ee980afcfdab136c797964
mgr/dashboard: Store user table configurations

The feature stores sorting, displayed columns and the table limit for
each table, that does not forbid the auto saving feature.

Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-user-config.ts [new file with mode: 0644]