Files
grafana/panels/stringquery/module.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>