mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Defaults minimum to 0 in alerts configuration
This commit is contained in:
parent
86e2b7108b
commit
ea99c39691
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ function alerts.threshold_cross_input_builder(gui_conf, input_id, value)
|
|||
<option value="lt"%s><</option>
|
||||
</select> <input type="number" class="text-right form-control" min="%s" max="%s" step="%s" style="display:inline; width:12em;" name="%s" value="%s"/> <span>%s</span>]],
|
||||
input_op, gt_selected, lt_selected,
|
||||
gui_conf.field_min or "", gui_conf.field_max or "", gui_conf.field_step or "",
|
||||
gui_conf.field_min or "0", gui_conf.field_max or "", gui_conf.field_step or "1",
|
||||
input_val, value[2], i18n(gui_conf.i18n_field_unit))
|
||||
)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue