<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.currentAnnotation.datasource"ng-options="f.name as f.name for f in ctrl.datasources"ng-change="ctrl.datasourceChanged()"></select>
<selectclass="gf-form-input"ng-model="ctrl.currentAnnotation.datasource"ng-options="f.name as f.name for f in ctrl.datasources"ng-change="ctrl.datasourceChanged()"></select>
<divng-repeat="annotation in ctrl.dashboard.annotations.list"class="submenu-item"ng-class="{'annotation-disabled': !annotation.enable}">
<divng-repeat="annotation in ctrl.dashboard.annotations.list"ng-hide="annotation.hide"class="submenu-item"ng-class="{'annotation-disabled': !annotation.enable}">
<spanclass="gf-form-label width-14">Search query (lucene) <tip>Use [[filterName]] in query to replace part of the query with a filter value</tip></span>
<inputtype="text"class="gf-form-input"ng-model='ctrl.annotation.query'placeholder="select text from events where $timeFilter"></input>
</div>
</div>
<h5class="section-heading">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></h5>
<h5class="section-heading">Field mappings <tip>If your influxdb query returns more than one field you need to specify the column names below. An annotation event is composed of a title, tags, and an additional text field.</tip></h5>