module.html 382 B

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