luci-mod-network: ifname_multi -> ifname_multi-bridge

This is to prepare for the bonding implementation, two configuration
nodes cannot share the same name.

Probably a more unique and precise naming would be better.

Signed-off-by: Nicolò Veronese <nicveronese@gmail.com>
This commit is contained in:
hitech95 2024-04-26 21:40:40 +02:00 committed by Paul Donald
parent 88a3148f51
commit 7cd6b385e0
No known key found for this signature in database
GPG Key ID: 3FC4A933962871D2

View File

@ -577,7 +577,7 @@ return baseclass.extend({
o.depends('type', '8021q');
o.depends('type', '8021ad');
o = this.replaceOption(s, 'devgeneral', widgets.DeviceSelect, 'ifname_multi', _('Bridge ports'));
o = this.replaceOption(s, 'devgeneral', widgets.DeviceSelect, 'ifname_multi-bridge', _('Bridge ports'));
o.size = 10;
o.rmempty = true;
o.multiple = true;