mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Some sqm-autorate fixes
This commit is contained in:
parent
377c34fd05
commit
e613de8cff
5 changed files with 6 additions and 5 deletions
|
@ -289,7 +289,8 @@ return view.extend({
|
|||
o.depends("autorate","1");
|
||||
|
||||
o = s.taboption("tab_autorate", form.Value, "startup_wait_s",_("Number of seconds to wait on startup:"));
|
||||
o.default = "60";
|
||||
o.default = "60.0";
|
||||
o.datatype = 'float'
|
||||
o.depends("autorate","1");
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue