<selectclass="gf-form-input gf-size-auto"ng-model="currentAnnotation.datasource"ng-options="f.name as f.name for f in datasources"ng-change="datasourceChanged()"></select>
<spanclass="gf-form-label width-14">InfluxDB Query <tip>Example: select text from events where $timeFilter</tip></spanclass="gf-form-label">
<inputtype="text"class="gf-form-input"ng-model='ctrl.annotation.query'placeholder="select text from events where $timeFilter"></input>
</div>
<divclass="gf-form">
<inputtype="text"class="gf-form-input"ng-model='ctrl.annotation.query'placeholder="select text from events where $timeFilter"></input>
</div>
</div>
<divclass="gf-form-group">
<h6>Column mappings <tip>If your influxdb query returns more than one column you need to specify the column names below. An annotation event is composed of a title, tags, and an additional text field.</tip></h6>
<divclass="gf-form-inline">
<h6>Column mappings <tip>If your influxdb query returns more than one column you need to specify the column names below. An annotation event is composed of a title, tags, and an additional text field.</tip></h6>