Merge pull request #1115 from getredash/fix-1097

Fix: allow non integers in alert reference value
This commit is contained in:
Arik Fraimovich 2016-06-13 13:13:27 +03:00 committed by GitHub
commit abc790ce41

View File

@ -44,7 +44,7 @@
</div>
<label class="control-label col-md-2">Reference</label>
<div class="col-md-4">
<input type="number" class="form-control" ng-model="alert.options.value" placeholder="reference value"
<input type="number" step="any" class="form-control" ng-model="alert.options.value" placeholder="reference value"
required/>
</div>
</div>