]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Make deletion dialog more touch device friendly 23897/head
authorVolker Theile <vtheile@suse.com>
Mon, 3 Sep 2018 14:29:29 +0000 (16:29 +0200)
committerVolker Theile <vtheile@suse.com>
Tue, 11 Sep 2018 11:05:31 +0000 (13:05 +0200)
commit4574407a9e3d2f210b0a50121f43356bf9a58c10
tree442fb315262f73d30c9eefe07e4a861904334e50
parenta0c6b833348b9495ffb5d5141a53d87ba84df7a6
mgr/dashboard: Make deletion dialog more touch device friendly

* Refactor deletion dialog
* Add directives.module.ts to be able to use 'autofocus' in deletion dialog

Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-list/user-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/directives.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/shared.module.ts