]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Changes deletion button to link
authorStephan Müller <smueller@suse.com>
Mon, 16 Apr 2018 08:57:31 +0000 (10:57 +0200)
committerStephan Müller <smueller@suse.com>
Tue, 24 Apr 2018 11:57:43 +0000 (13:57 +0200)
commitf2096e9378b84ba437b15a5537c2ead73c38f0eb
treef21b9cc5dcde02073a9b42e51982804fdaacc206
parent33e7533c3e32d1a9d3c125c2ae5659919eaa8387
mgr/dashboard: Changes deletion button to link

This change was made because a link can be placed anywhere instead of a
button element.

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 [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-button/deletion-button.component.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-button/deletion-button.component.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-button/deletion-button.component.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-link/deletion-link.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-link/deletion-link.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-link/deletion-link.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-link/deletion-link.component.ts [new file with mode: 0644]