Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div style="cursor:pointer;"
title="Click to reveal"
onclick="var i=this.querySelector('input'); i.type = i.type === 'password' ? 'text':'password';">
<input
type="password"
readonly
value="{{ value }}"
class="form-control-plaintext p-0"
style="display:inline; width:auto; cursor:pointer;"
/> <i class="fa fa-eye"></i>
Comment thread
Fingel marked this conversation as resolved.
Outdated
</div>
Loading