This commit is contained in:
systemcrash
2025-06-13 22:51:22 +00:00
parent c89879aef0
commit 29177f0cfd
66 changed files with 151 additions and 146 deletions

View File

@@ -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>