add hide password

This commit is contained in:
Ibnu Maksum 2023-09-15 15:16:47 +07:00
parent 3c711115ec
commit eca64ef81e
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -42,7 +42,8 @@
<div class="form-group">
<label class="col-md-2 control-label">{$_L['Router_Secret']}</label>
<div class="col-md-6">
<input type="text" class="form-control" id="password" name="password">
<input type="text" class="form-control" id="password" name="password"
onmouseleave="this.type = 'password'" onmouseenter="this.type = 'text'">
</div>
</div>
<div class="form-group">