diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-04-04 21:52:26 +0200 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-04-04 21:52:26 +0200 |
commit | cfaf42a42223bc60621ae583e8ac536d980a794a (patch) | |
tree | f43987731445ff7c0af42a2a1e014db905f37087 /frontend/src/app/_modals/alert-dialog/alert-dialog.component.html | |
parent | 6ffac0e8f7803e895e411328917f6c49b2520b28 (diff) | |
parent | 8077f508fa552b789b669c433776357da1f809eb (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_modals/alert-dialog/alert-dialog.component.html')
-rw-r--r-- | frontend/src/app/_modals/alert-dialog/alert-dialog.component.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/src/app/_modals/alert-dialog/alert-dialog.component.html b/frontend/src/app/_modals/alert-dialog/alert-dialog.component.html new file mode 100644 index 00000000..82365193 --- /dev/null +++ b/frontend/src/app/_modals/alert-dialog/alert-dialog.component.html @@ -0,0 +1,7 @@ +<h2 mat-dialog-title class="text-muted">{{data.title}}</h2> +<div mat-dialog-content class="mt-4" style="color: rgb(81, 76, 76);"> + {{data.message}} +</div> +<div mat-dialog-actions class="d-flex justify-content-center mt-4"> + <button mat-button cdkFocusInitial (click)="onOkClick()" style="background-color: lightgray;">OK</button> +</div>
\ No newline at end of file |