mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-04-21 11:07:30 +00:00
Autofocus username field on Login screen
This commit is contained in:
parent
8108caf96a
commit
9350c98ea2
@ -40,6 +40,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" class="form-control" placeholder="Username" name="username"
|
<input type="text" class="form-control" placeholder="Username" name="username"
|
||||||
data-error="Please input your username" required
|
data-error="Please input your username" required
|
||||||
|
autofocus
|
||||||
{% if username %}value="{{ username }}" {% endif %}>
|
{% if username %}value="{{ username }}" {% endif %}>
|
||||||
<span class="help-block with-errors"></span>
|
<span class="help-block with-errors"></span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user