mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-04 19:15:30 +00:00
Automatically focus username field in login view (#1549)
This commit is contained in:
commit
8aef6fe8f1
@ -40,6 +40,7 @@
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" placeholder="Username" name="username"
|
||||
data-error="Please input your username" required
|
||||
autofocus
|
||||
{% if username %}value="{{ username }}" {% endif %}>
|
||||
<span class="help-block with-errors"></span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user