refactor: rename 'restart_ifaces' to 'badwan_monitored_interfaces'

This commit is contained in:
Andrey Petelin
2025-10-10 19:43:46 +05:00
committed by divocat
parent 458fd9251a
commit f128bc4ec7
2 changed files with 8 additions and 6 deletions

View File

@@ -128,8 +128,8 @@ function createSettingsContent(section) {
o = section.option(
widgets.NetworkSelect,
'restart_ifaces',
_('Interface for monitoring'),
'badwan_monitored_interfaces',
_('Monitored Interfaces'),
_('Select the WAN interfaces to be monitored'),
);
o.depends('enable_badwan_interface_monitoring', '1');