1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add info that OMR IP must be used as DNS

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-06-09 17:05:49 +02:00
parent 277017d91b
commit 21e99cd86e

View file

@ -21,7 +21,7 @@ return L.view.extend({
render: function(hosts) { render: function(hosts) {
var m, s, o; var m, s, o;
m = new form.Map('omr-bypass', _('OMR-Bypass')); m = new form.Map('omr-bypass', _('OMR-Bypass'),_('OpenMPTCProuter IP must be used as DNS.'));
s = m.section(form.GridSection, 'domains', _('Domains')); s = m.section(form.GridSection, 'domains', _('Domains'));
s.addremove = true; s.addremove = true;