mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
11 lines
343 B
HTML
11 lines
343 B
HTML
<div class="input-group at-InputSearch">
|
|
<input type="text"
|
|
class="form-control at-InputSearch-field"
|
|
placeholder="{{ config.placeholder }}" />
|
|
<div class="input-group-btn">
|
|
<button class="btn at-Button--default at-Button--icon" type="button">
|
|
<span class="fa fa-search"></span>
|
|
</button>
|
|
</div>
|
|
</div>
|