mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
8 lines
320 B
HTML
8 lines
320 B
HTML
|
|
<div class="row-fluid" style="margin-top:15%">
|
|
<form class="span4 offset4 form-inline" ng-submit="$parent.search()">
|
|
<input class="input-xlarge" ng-model="$parent.queryTerm" type="text"
|
|
placeholder="Search" autofocus>
|
|
<button class="btn" type="submit">Search</button>
|
|
</form>
|
|
</div> |