1
0
Fork 0
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:
suyuan 2023-07-14 16:21:16 +08:00
commit 6494e94cc7
9 changed files with 16 additions and 17 deletions

View file

@ -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");