admin: autofocus search fields
This commit is contained in:
parent
beba0a615f
commit
1b852f255e
8 changed files with 19 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<h2 ng-controller="SettingsController">{{ config.title }} – Équipes</h2>
|
||||
|
||||
<p class="hidden-print"><input type="search" class="form-control" placeholder="Search" ng-model="query"></p>
|
||||
<p class="hidden-print"><input type="search" class="form-control" placeholder="Search" ng-model="query" autofocus></p>
|
||||
|
||||
<table class="table table-hover table-bordered">
|
||||
<thead>
|
||||
|
|
|
|||
Reference in a new issue