mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 18:03:54 +00:00
Merge pull request #1115 from getredash/fix-1097
Fix: allow non integers in alert reference value
This commit is contained in:
commit
abc790ce41
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user