Skip to content

Commit

Permalink
N21-2118 show deletion date of users (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap authored Aug 30, 2024
1 parent ed648b2 commit 5b51089
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion views/users/forms/edit-user.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@
</div>
<div class="form-group">
<label class="control-label" for="ldapId">External Id</label>
<input id="ldapId" name="ldapId" class="form-control" readonly></input>
<input id="ldapId" name="ldapId" class="form-control" readonly>
</div>
<div class="form-group">
<label class="control-label" for="deletedAt">Gelöscht seit</label>
<input id="deletedAt" name="deletedAt" class="form-control" readonly placeholder="Nicht gelöscht">
</div>

0 comments on commit 5b51089

Please sign in to comment.