mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
follow new plugin format
This commit is contained in:
parent
ee84d4371b
commit
7a1326ff14
@ -2,7 +2,7 @@
|
||||
<div class="section">
|
||||
<h5>Search expression</h5>
|
||||
<div class="editor-option">
|
||||
<input type="text" class="span6" ng-model='currentAnnotation.expr' placeholder="ALERTS"></input>
|
||||
<input type="text" class="span6" ng-model='annotation.expr' placeholder="ALERTS"></input>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -12,17 +12,17 @@
|
||||
<h5>Field formats</h5>
|
||||
<div class="editor-option">
|
||||
<label class="small">Title</label>
|
||||
<input type="text" class="input-small" ng-model='currentAnnotation.titleFormat' placeholder="alertname"></input>
|
||||
<input type="text" class="input-small" ng-model='annotation.titleFormat' placeholder="alertname"></input>
|
||||
</div>
|
||||
|
||||
<div class="editor-option">
|
||||
<label class="small">Tags</label>
|
||||
<input type="text" class="input-small" ng-model='currentAnnotation.tagKeys' placeholder="label1,label2"></input>
|
||||
<input type="text" class="input-small" ng-model='annotation.tagKeys' placeholder="label1,label2"></input>
|
||||
</div>
|
||||
|
||||
<div class="editor-option">
|
||||
<label class="small">Text</label>
|
||||
<input type="text" class="input-small" ng-model='currentAnnotation.textFormat' placeholder="instance"></input>
|
||||
<input type="text" class="input-small" ng-model='annotation.textFormat' placeholder="instance"></input>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user