Files
grafana/panels/stringquery/module.html
T
2013-02-08 08:42:37 -07:00

7 lines
370 B
HTML

<kibana-panel ng-controller='stringquery'>
<form class="input-append" style="margin-bottom:0px; white-space:nowrap;">
<label><small>{{panel.label}}</small></label>
<input type="text" ng-model="panel.query" style="width:90%">
<button type="submit" class="btn" ng-click="send_query(panel.query)"><i class="icon-search"></i></button>
</form>
</kibana-panel>