arreglo alerta categorias

This commit is contained in:
Paola 2021-07-24 23:11:16 -06:00
parent ea7db8269e
commit b5de3a3ee6
1 changed files with 9 additions and 4 deletions

View File

@ -19,12 +19,17 @@
</div>-->
<div>
<jhi-alert class="alert-success"></jhi-alert>
<div
*ngIf="success"
class="alert alert-success alert-dismissible fade show"
role="alert"
jhiTranslate="dataSurveyApp.categoria.delete.success"
>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="alert alert-success" *ngIf="success" jhiTranslate="dataSurveyApp.categoria.delete.success"></div>
<div class="alert alert-warning" id="no-result" *ngIf="categorias?.length === 0">
<span jhiTranslate="dataSurveyApp.categoria.home.notFound">No categorias found</span>
</div>