Merge pull request #1735 from sumpfralle/olsr-jsoninfo-parser-handle-empty-result
[oweals/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 });