luci/modules/luci-base/htdocs/luci-static/resources/protocol/none.js

9 lines
131 B
JavaScript
Raw Normal View History

'use strict';
'require network';
return network.registerProtocol('none', {
getI18n: function() {
return _('Unmanaged');
}
});