mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
29 lines
1.0 KiB
HTML
29 lines
1.0 KiB
HTML
<div class="gf-form-group">
|
|
<div class="gf-form-inline">
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-10">Search expression</span>
|
|
<input type="text" class="gf-form-input max-width-16" ng-model='ctrl.annotation.expr' placeholder="ALERTS"></input>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="gf-form-group">
|
|
<h6>Field formats</h6>
|
|
<div class="gf-form-inline">
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-10">Title</span>
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.titleFormat' placeholder="alertname"></input>
|
|
</div>
|
|
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-10">Tags</span>
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.tagKeys' placeholder="label1,label2"></input>
|
|
</div>
|
|
</div>
|
|
<div class="gf-form-inline">
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-10">Text</span>
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.textFormat' placeholder="instance"></input>
|
|
</div>
|
|
</div>
|
|
</div>
|