]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add modal component
authorTiago Melo <tmelo@suse.com>
Tue, 6 Mar 2018 12:04:18 +0000 (12:04 +0000)
committerStephan Müller <smueller@suse.com>
Tue, 24 Apr 2018 11:57:43 +0000 (13:57 +0200)
commitf1c2f91a89a53c9ac644480f171522fb1cabf45d
treef1c288c876ad15b25a376130041075ef5ab3568f
parente96475b1b75c409cfdab69ca9ff2c5b266d762fc
mgr/dashboard: Add modal component

This component should be used each time you define a new modal.
This will allows us to keep all modals with the same visual aspect.

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