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

Disable reliability in interface for now, add partly support in OMR-Tracker

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-17 14:13:46 +01:00
parent cc30b45eed
commit 3d500789f7
2 changed files with 8 additions and 3 deletions

View file

@ -104,11 +104,12 @@ return view.extend({
o.rmempty = false;
o.modalonly = true;
*/
/*
o = s.option(form.Value, 'reliability', _('Tracking reliability'),
_('Acceptable values: 1-100. This many Tracking IP addresses must respond for the link to be deemed up'));
o.datatype = 'range(1, 100)';
o.default = '1';
*/
o = s.option(form.ListValue, 'count', _('Ping count'));
o.default = '1';