mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
deploy: fa6ca8a618
This commit is contained in:
@@ -6650,6 +6650,8 @@ Device = baseclass.extend(/** @lends LuCI.network.Device.prototype */ {
|
||||
return 'wifi';
|
||||
else if (this.dev.devtype == 'bridge' || _state.isBridge[this.device])
|
||||
return 'bridge';
|
||||
else if (this.dev.devtype == 'wireguard')
|
||||
return 'wireguard';
|
||||
else if (_state.isTunnel[this.device])
|
||||
return 'tunnel';
|
||||
else if (this.dev.devtype == 'vlan' || this.device.indexOf('.') > -1)
|
||||
@@ -6721,6 +6723,9 @@ Device = baseclass.extend(/** @lends LuCI.network.Device.prototype */ {
|
||||
case 'vlan':
|
||||
return (_state.isSwitch[this.device] ? _('Switch VLAN') : _('Software VLAN'));
|
||||
|
||||
case 'wireguard':
|
||||
return _('WireGuard Interface');
|
||||
|
||||
case 'tunnel':
|
||||
return _('Tunnel Interface');
|
||||
|
||||
@@ -8232,7 +8237,7 @@ return Network;
|
||||
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Jun 13 2025 16:49:17 GMT+0000 (Coordinated Universal Time)
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Jun 13 2025 22:51:19 GMT+0000 (Coordinated Universal Time)
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user