summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/protocol/none.js
blob: 37674c0ea407c5c95b5f86dcaf0cbe7e4a9997bd (plain)
1
2
3
4
5
6
7
8
'use strict';
'require network';

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