Bladeren bron

prevent angular from evaluating {{hostname}} in tooltip (#11514)

Sven Klemm 7 jaren geleden
bovenliggende
commit
00524e6827
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      public/app/plugins/datasource/prometheus/partials/query.editor.html

+ 1 - 1
public/app/plugins/datasource/prometheus/partials/query.editor.html

@@ -14,7 +14,7 @@
         data-min-length=0 data-items=1000 ng-model-onblur ng-change="ctrl.refreshMetricData()">
       </input>
       <info-popover mode="right-absolute">
-        Controls the name of the time series, using name or pattern. For example {{hostname}} will be replaced with label value for
+        Controls the name of the time series, using name or pattern. For example <span ng-non-bindable>{{hostname}}</span> will be replaced with label value for
         the label hostname.
       </info-popover>
     </div>