mirror of
https://github.com/openwrt/luci.git
synced 2025-05-06 10:51:45 +00:00
9 lines
131 B
JavaScript
9 lines
131 B
JavaScript
'use strict';
|
|
'require network';
|
|
|
|
return network.registerProtocol('none', {
|
|
getI18n: function() {
|
|
return _('Unmanaged');
|
|
}
|
|
});
|