Trigger panel: added custom trigger status field (OK or Problem).

This commit is contained in:
Alexander Zobnin
2016-02-03 21:04:10 +03:00
parent a23dbe6aa7
commit 80022e8598
3 changed files with 24 additions and 1 deletions

View File

@@ -130,7 +130,7 @@
<strong>Show events</strong>
</li>
<li>
<select class="tight-form-input input-medium last"
<select class="tight-form-input input-medium"
ng-model="panel.showEvents"
ng-options="f.text for f in showEventsFields track by f.value"
ng-change="get_data()">
@@ -153,6 +153,15 @@
ng-checked="panel.hostField">
<label for="panel.hostField" class="cr1"></label>
</li>
<li class="tight-form-item">
<label class="checkbox-label" for="panel.severityField">Status</label>
<input class="cr1"
id="panel.statusField"
type="checkbox"
ng-model="panel.statusField"
ng-checked="panel.statusField">
<label for="panel.statusField" class="cr1"></label>
</li>
<li class="tight-form-item">
<label class="checkbox-label" for="panel.severityField">Severity</label>
<input class="cr1"