Skip to content

Commit

Permalink
autofocus on username field on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanb committed Oct 9, 2013
1 parent 31106a8 commit aaeaf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/core/html/login.html
Expand Up @@ -12,7 +12,7 @@
<div class="control-group">
<label class="control-label" for="username">Username </label>
<div class="controls">
<input id="username" type="text" class="input-medium" required ng-model="username">
<input id="username" type="text" class="input-medium" required ng-model="username" autofocus>
</div>
</div>
<div class="control-group">
Expand Down

0 comments on commit aaeaf0f

Please sign in to comment.