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

Use omr-bypass name in menu instead of bypass

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-15 10:29:09 +02:00
parent 60063148d3
commit 310141bc2b

View file

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