Remove view button from user list
This commit is contained in:
parent
f838fc11a2
commit
26af353c3b
|
@ -87,14 +87,14 @@
|
|||
</td>-->
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
<button
|
||||
<!-- <button
|
||||
type="submit"
|
||||
[routerLink]="['/usuario-extra', usuarioExtra.id, 'view']"
|
||||
class="ds-btn ds-btn--primary btn-sm"
|
||||
data-cy="entityDetailsButton"
|
||||
>
|
||||
<span class="d-none d-md-inline" jhiTranslate="entity.action.view">View</span>
|
||||
</button>
|
||||
</button> -->
|
||||
|
||||
<button type="submit" (click)="delete(usuarioExtra)" class="ds-btn ds-btn--danger" data-cy="entityDeleteButton">
|
||||
<fa-icon [icon]="faExchangeAlt"></fa-icon>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"rol": "Rol",
|
||||
"nombre": "Nombre",
|
||||
"iconoPerfil": "Icono",
|
||||
"fechaNacimiento": "Fecha de Nacimiento",
|
||||
"fechaNacimiento": "Fecha de nacimiento",
|
||||
"estado": "Estado",
|
||||
"user": "Usuario",
|
||||
"correo": "Correo electrónico",
|
||||
|
|
Loading…
Reference in New Issue