query.editor.html 333 B

12345678
  1. <query-editor-row query-ctrl="ctrl" can-collapse="false">
  2. <div class="gf-form-inline">
  3. <div class="gf-form gf-form--grow">
  4. <label class="gf-form-label width-8">Stream</label>
  5. <input type="text" class="gf-form-input" ng-model="ctrl.target.stream" spellcheck='false' placeholder="metric">
  6. </div>
  7. </div>
  8. </query-editor-row>