mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
8 lines
417 B
HTML
8 lines
417 B
HTML
<div ng-controller='stringquery'>
|
|
<h4 ng-class="{'ng-cloak': !panel.title}">{{panel.title}}</h4>
|
|
<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>
|
|
</div> |