Skip to content

Commit

Permalink
ref(priv)): reemplaza recurso help por hint
Browse files Browse the repository at this point in the history
  • Loading branch information
negro89 committed Jun 3, 2024
1 parent 604231a commit 6f6a3fe
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/app/modules/rup/components/huds/vista-accesos-huds.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@
</div>
</td>
<td *plTableCol="'motivo'">

<span *ngIf="acceso.motivoAcceso" class="text-secondary"
style="padding: 10px;">{{acceso.motivoAcceso}}</span>
<plex-help *ngIf="acceso.detalleMotivo" type="help" icon="message" tooltip="Observación"
titulo="Detalle del motivo" size="sm" cardSize="half">
{{ acceso.detalleMotivo }}
</plex-help>

<span *ngIf="acceso.motivoAcceso" class="text-secondary mr-2" hintIcon="message" detach="right"
[hint]="acceso.detalleMotivo ? 'Observación: ' + acceso.detalleMotivo : null">{{acceso.motivoAcceso}}
</span>
</td>
<td *plTableCol="'organizacion'">
<ng-container *ngIf="acceso.organizacion && acceso.organizacion.nombre">
Expand Down

0 comments on commit 6f6a3fe

Please sign in to comment.