]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: OSD custom action button removal 28095/head
authorStephan Müller <smueller@suse.com>
Wed, 17 Apr 2019 12:17:44 +0000 (14:17 +0200)
committerStephan Müller <smueller@suse.com>
Fri, 14 Jun 2019 15:17:14 +0000 (17:17 +0200)
commit27198db3460fd4b449bbe91ff2146b65f6371259
tree7335bc1ea9f56a723c4bb130a767c4e304887c9c
parenta9e9ceb5b2dd4985094a5fbed68b9c5be85dbe62
mgr/dashboard: OSD custom action button removal

Now the custom action dropdown is removed from the OSD component. It was
nearly a clone of the table actions button component, but it had a
different behavior as it did not show the main action inside the dropdown.

Fixes: https://tracker.ceph.com/issues/39702
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.ts
src/pybind/mgr/dashboard/frontend/src/styles.scss