]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add cd-error-panel component to display error messages.
authorVolker Theile <vtheile@suse.com>
Fri, 20 Apr 2018 10:13:40 +0000 (12:13 +0200)
committerVolker Theile <vtheile@suse.com>
Wed, 25 Apr 2018 11:02:32 +0000 (13:02 +0200)
commit3fc274867a1033fd4307d35b99bfcb1d07dfdb1c
treefc18d24ca9dc71c3efb31c13f4587cfbab4ac335
parentc783b7479c7955a49a0851391b0da0beb21cfd93
mgr/dashboard: Add cd-error-panel component to display error messages.

Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.ts [new file with mode: 0644]