Update table designs for user

This commit is contained in:
Pablo Bonilla 2021-08-10 21:55:41 -06:00
parent 94221cb193
commit b30d29c913
No known key found for this signature in database
GPG Key ID: 46877262B8DE47E2
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
</div>
<div class="table-responsive" id="entities" *ngIf="usuarioEncuestas && usuarioEncuestas.length > 0">
<table class="table table-striped" aria-describedby="page-heading">
<table class="ds-table table table-striped" aria-describedby="page-heading">
<thead>
<tr>
<th scope="col"><span jhiTranslate="dataSurveyApp.usuarioEncuesta.rol">Rol</span></th>

View File

@ -30,7 +30,7 @@
</div>
<div class="table-responsive" id="entities" *ngIf="misPlantillas && misPlantillas.length > 0">
<table class="table table-striped" aria-describedby="page-heading">
<table class="ds-table table table-striped" aria-describedby="page-heading">
<thead>
<tr>
<th scope="col"><span jhiTranslate="dataSurveyApp.plantilla.nombre">Nombre</span></th>