1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2023-07-14 08:27:29 +02:00
parent 377c34fd05
commit e613de8cff
5 changed files with 6 additions and 5 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");