1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge pull request #345 from Ysurac/develop

sync
This commit is contained in:
suyuan 2023-08-22 23:17:03 +08:00 committed by GitHub
commit 8f8fa6e82d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 145 additions and 67 deletions

View file

@ -273,7 +273,7 @@ return view.extend({
o.depends("autorate","1");
o = s.taboption("tab_autorate", form.Value, "delay_thr_ms",_("delay threshold in ms:"));
o.default = "25";
o.default = "25.0";
o.depends("autorate","1");
o = s.taboption("tab_autorate", form.Flag, "enable_sleep_function", _("Sleep functionnality"));