eliminar boton de refrescar lista

la lista se refresca automaticamente, este boton solamente ocupa espacio
y "ensucia" la pagina
This commit is contained in:
Eduardo Quiros 2021-07-10 22:42:25 -06:00
parent 78ca0bba18
commit 10b98b1b8e
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@
<span jhiTranslate="dataSurveyApp.categoria.home.title">Categorias</span>
<div class="d-flex justify-content-end">
<button class="btn btn-info mr-2 ds-btn" (click)="loadAll()" [disabled]="isLoading">
<fa-icon icon="sync" [spin]="isLoading"></fa-icon>
<span jhiTranslate="dataSurveyApp.categoria.home.refreshListLabel">Refresh List</span>
</button>
<button
id="jh-create-entity"
data-cy="entityCreateButton"