17 lines
674 B
HTML
17 lines
674 B
HTML
<div class="editor-row">
|
|
<div class="section">
|
|
<h5>Zabbix trigger <tip>Example: Lack of free swap space</tip></h5>
|
|
<div class="editor-option">
|
|
<input type="text" class="span10" ng-model="currentAnnotation.query" placeholder="Lack of free swap space"></input>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="editor-row">
|
|
<div class="section">
|
|
<h5>Options</h5>
|
|
<input type="checkbox" class="cr1" id="currentAnnotation.okEvents" ng-model="currentAnnotation.okEvents" ng-checked="currentAnnotation.okEvents">
|
|
<label for="currentAnnotation.okEvents" class="cr1">Show OK events <tip>Show events, generated when trigger release to OK state</tip></label>
|
|
</div>
|
|
</div>
|