Skip to content

Commit

Permalink
show deletion date
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Aug 29, 2024
1 parent ed648b2 commit ac77c44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/users/forms/edit-user.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
<label class="control-label" for="ldapId">External Id</label>
<input id="ldapId" name="ldapId" class="form-control" readonly></input>
</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"></input>
</div>

0 comments on commit ac77c44

Please sign in to comment.