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:
parent
60063148d3
commit
310141bc2b
1 changed files with 1 additions and 1 deletions
|
@ -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', _('Bypass'));
|
m = new form.Map('omr-bypass', _('OMR-Bypass'));
|
||||||
|
|
||||||
s = m.section(form.GridSection, 'domains', _('Domains'));
|
s = m.section(form.GridSection, 'domains', _('Domains'));
|
||||||
s.addremove = true;
|
s.addremove = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue