]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Adds reusable deletion dialog
authorStephan Müller <smueller@suse.com>
Wed, 14 Mar 2018 15:09:07 +0000 (16:09 +0100)
committerStephan Müller <smueller@suse.com>
Tue, 24 Apr 2018 11:57:43 +0000 (13:57 +0200)
commit33e7533c3e32d1a9d3c125c2ae5659919eaa8387
tree2841ec88f4453ca4cc9c9c79581164f4264a4c2a
parentf1c2f91a89a53c9ac644480f171522fb1cabf45d
mgr/dashboard: Adds reusable deletion dialog

You can now simply use a deletion dialog without having to import a lot
of different things from ngx-bootstrap. Its easy to extend the dialog
by a detail description.

Signed-off-by: Tiago Melo <tmelo@suse.com>
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-button/deletion-button.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-button/deletion-button.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-button/deletion-button.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-button/deletion-button.component.ts [new file with mode: 0644]