mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
sync (#416)
This commit is contained in:
commit
b5a971adb5
11 changed files with 306 additions and 131 deletions
|
|
@ -66,7 +66,7 @@ return view.extend({
|
|||
o.depends('family', 'ipv6');
|
||||
o.rmempty = false;
|
||||
|
||||
o = s.option(form.ListValue, 'type', _('Tracking method'));
|
||||
o = s.option(form.ListValue, 'type', _('Tracking method'),_('Always ping gateway, then test connection by ping, httping or dns. None mode only ping gateway.'));
|
||||
o.default = 'ping';
|
||||
o.value('none');
|
||||
o.value('ping');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue