mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
sensu: added input tooltip to source property
This commit is contained in:
parent
090594a0bc
commit
dcf7385cc1
@ -26,7 +26,7 @@ func init() {
|
||||
</div>
|
||||
<div class="gf-form">
|
||||
<span class="gf-form-label width-10">Source</span>
|
||||
<input type="text" class="gf-form-input max-width-14" ng-model="ctrl.model.settings.source"></input>
|
||||
<input type="text" class="gf-form-input max-width-14" ng-model="ctrl.model.settings.source" bs-tooltip="'If emtpy rule id will be used'" data-placement="right"></input>
|
||||
</div>
|
||||
<div class="gf-form">
|
||||
<span class="gf-form-label width-10">Handler</span>
|
||||
|
Loading…
Reference in New Issue
Block a user