]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/src/eg2/src/app/share/dialog/alert.component.html
LP1779158 Angular alert dialog component
authorBill Erickson <berickxx@gmail.com>
Fri, 4 Jan 2019 16:05:17 +0000 (11:05 -0500)
committerDan Wells <dbw2@calvin.edu>
Tue, 19 Feb 2019 22:56:42 +0000 (17:56 -0500)
commit03268d65d2699b7b402aff0037e48e6566a331f8
treee4775e0b5125a763e3f37367be0392cac4f9ba5b
parent169cd66fe4589ff742511aa8e2bbc353f6b1c253
LP1779158 Angular alert dialog component

Similar to the PromptDialogComponent except it displays a simple message
(formatted as 'danger') and the only option available to the user is to
close the dialog.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/eg2/src/app/common.module.ts
Open-ILS/src/eg2/src/app/share/dialog/alert.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/alert.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.ts