luci-app-ddns: remove obsolete header
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
1540db4a56
commit
139c6a1481
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ return view.extend({
|
||||||
|
|
||||||
m = new form.Map('ddns', _('Dynamic DNS'));
|
m = new form.Map('ddns', _('Dynamic DNS'));
|
||||||
|
|
||||||
s = m.section(form.NamedSection, 'global', 'ddns', _('Information'));
|
s = m.section(form.NamedSection, 'global', 'ddns',);
|
||||||
|
|
||||||
s.tab('info', _('Information'));
|
s.tab('info', _('Information'));
|
||||||
s.tab('global', _('Global Settings'));
|
s.tab('global', _('Global Settings'));
|
||||||
|
|
Loading…
Reference in a new issue