Improve annotations - filter trigger expression.

This commit is contained in:
Alexander Zobnin
2015-05-19 23:54:06 +03:00
parent 8ef9c7a99f
commit 3faf4be708
3 changed files with 35 additions and 61 deletions

View File

@@ -1,8 +1,8 @@
<div class="editor-row">
<div class="section">
<h5>Item ids <tip>Example: 123, 45, 678</tip></h5>
<h5>Zabbix trigger <tip>Example: Lack of free swap space</tip></h5>
<div class="editor-option">
<input type="text" class="span10" ng-model='currentAnnotation.aids' placeholder="###, ###, ##"></input>
<input type="text" class="span10" ng-model='currentAnnotation.query' placeholder="Lack of free swap space"></input>
</div>
</div>
</div>