mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(auth): add an auto-focus directive and remove username placeholder
This commit is contained in:
parent
851a1ac64c
commit
774738110b
3 changed files with 16 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<!-- username input -->
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="fa fa-user" aria-hidden="true"></i></span>
|
||||
<input id="username" type="text" class="form-control" name="username" ng-model="formValues.Username" placeholder="admin" autofocus>
|
||||
<input id="username" type="text" class="form-control" name="username" ng-model="formValues.Username" auto-focus>
|
||||
</div>
|
||||
<!-- !username input -->
|
||||
<!-- password input -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue