Sha256: d4e4cb2bc3f77c571da3813ee29e80bad7fc1a5deab9ca8f3a2c435cfa827baf

Contents?: true

Size: 566 Bytes

Versions: 6

Compression:

Stored size: 566 Bytes

Contents

  <fieldset>
    <label class="small">Field</label><br>
    <input ng-model="dashboard.current.services.query.list[id].field" type="text" bs-typeahead="fields.list" placeholder="Field">
    <p>
    <label class="small">Count</label><br>
    <input ng-model="dashboard.current.services.query.list[id].size" type="number">
    <p>
    <label class="small">Union</label><br>
      <select class="input-small" ng-model="dashboard.current.services.query.list[id].union">
      <option ng-repeat="mode in ['none','AND','OR']">{{mode}}</option>
    </select>
  </fieldset>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kibana-sinatra-3.1.2.0 lib/kibana/assets/app/panels/query/editors/topN.html
kibana-sinatra-3.1.1.0 lib/kibana/assets/app/panels/query/editors/topN.html
kibana-sinatra-3.1.0.2 lib/kibana/assets/app/panels/query/editors/topN.html
kibana-sinatra-3.1.0.1 lib/kibana/assets/app/panels/query/editors/topN.html
kibana-sinatra-3.1.0.0 lib/kibana/assets/app/panels/query/editors/topN.html
kibana-sinatra-3.0.1.0 lib/kibana/assets/app/panels/query/editors/topN.html