Skip to content

Commit

Permalink
ref(PRIV): agrega un titulo al nuevo campo "motivo"
Browse files Browse the repository at this point in the history
  • Loading branch information
negro89 committed May 23, 2024
1 parent 7ce6780 commit 716765c
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
<plex-radio [(ngModel)]="motivoSelected" [data]="motivosAccesoHuds">
</plex-radio>
</div>
<div class="mt-4">
<div class="mt-2">
<plex-label>
<strong>Detalle de motivo (opcional)</strong>
</plex-label>
<plex-text placeholder="Describa brevemente el motivo de acceso" multiline="true" name="multi"
[(ngModel)]="detalleMotivo">
</plex-text>
</div>

<div class="mt-4">
<div class="mt-2">
<small>
Recuerde que todos los ingresos y acciones realizados en la HUDS a través de su usuario y contraseña
quedarán registrados.
Expand Down

0 comments on commit 716765c

Please sign in to comment.