|
|
@@ -1,8 +1,8 @@
|
|
|
+
|
|
|
+<h6>Query</h6>
|
|
|
<div class="gf-form-group">
|
|
|
<div class="gf-form">
|
|
|
- <span class="gf-form-label width-10">InfluxDB Query <tip>Example: select text from events where $timeFilter</tip></span class="gf-form-label">
|
|
|
- <input type="text" class="gf-form-input" ng-model='ctrl.annotation.query' placeholder="select text from events where $timeFilter"></input>
|
|
|
- </div>
|
|
|
+ <input type="text" class="gf-form-input" ng-model='ctrl.annotation.query' placeholder="select text from events where $timeFilter"></input>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -11,17 +11,17 @@
|
|
|
<div class="gf-form-inline">
|
|
|
<div class="gf-form">
|
|
|
<span class="gf-form-label width-4">Title</span>
|
|
|
- <input type="text" class="gf-form-input" ng-model='ctrl.annotation.titleColumn' placeholder=""></input>
|
|
|
+ <input type="text" class="gf-form-input max-width-10" ng-model='ctrl.annotation.titleColumn' placeholder=""></input>
|
|
|
</div>
|
|
|
|
|
|
<div class="gf-form">
|
|
|
<span class="gf-form-label width-4">Tags</span>
|
|
|
- <input type="text" class="gf-form-input" ng-model='ctrl.annotation.tagsColumn' placeholder=""></input>
|
|
|
+ <input type="text" class="gf-form-input max-width-10" ng-model='ctrl.annotation.tagsColumn' placeholder=""></input>
|
|
|
</div>
|
|
|
|
|
|
<div class="gf-form">
|
|
|
<span class="gf-form-label width-4">Text</span>
|
|
|
- <input type="text" class="gf-form-input" ng-model='ctrl.annotation.textColumn' placeholder=""></input>
|
|
|
+ <input type="text" class="gf-form-input max-width-10" ng-model='ctrl.annotation.textColumn' placeholder=""></input>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|