protocols: add client side protocol handler implementations
[project/luci.git] / modules / luci-base / htdocs / luci-static / resources / protocol / none.js
1 'use strict';
2 'require network';
3
4 return network.registerProtocol('none', {
5 getI18n: function() {
6 return _('Unmanaged');
7 }
8 });