mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Merge branch 'test' into ipq807x
This commit is contained in:
commit
6494e94cc7
9 changed files with 16 additions and 17 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