Merge pull request #13543 from jodli/patch-1

Fixed typo in query editor placeholder text.
pull/13539/merge
Daniel Lee 7 years ago committed by GitHub
commit f4f97d2e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/datasource/influxdb/partials/query.editor.html

@ -2,7 +2,7 @@
<div ng-if="ctrl.target.rawQuery">
<div class="gf-form">
<textarea rows="3" class="gf-form-input" ng-model="ctrl.target.query" spellcheck="false" placeholder="InfuxDB Query" ng-model-onblur ng-change="ctrl.refresh()"></textarea>
<textarea rows="3" class="gf-form-input" ng-model="ctrl.target.query" spellcheck="false" placeholder="InfluxDB Query" ng-model-onblur ng-change="ctrl.refresh()"></textarea>
</div>
<div class="gf-form-inline">
<div class="gf-form">

Loading…
Cancel
Save