mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
luci-mod-network: Adjust DNS/DHCP tab order
Adjust the order of tabs in the DNS/DHCP page. Based on estimated importance of tabs * move common (old) tabs to be earlier * move the less frequently used (new) tabs later Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -254,16 +254,16 @@ return view.extend({
|
||||
s.addremove = false;
|
||||
|
||||
s.tab('general', _('General Settings'));
|
||||
s.tab('relay', _('Relay'));
|
||||
s.tab('files', _('Resolv and Hosts Files'));
|
||||
s.tab('pxe_tftp', _('PXE/TFTP Settings'));
|
||||
s.tab('advanced', _('Advanced Settings'));
|
||||
s.tab('leases', _('Static Leases'));
|
||||
s.tab('files', _('Resolv and Hosts Files'));
|
||||
s.tab('hosts', _('Hostnames'));
|
||||
s.tab('ipsets', _('IP Sets'));
|
||||
s.tab('relay', _('Relay'));
|
||||
s.tab('srvhosts', _('SRV'));
|
||||
s.tab('mxhosts', _('MX'));
|
||||
s.tab('cnamehosts', _('CNAME'));
|
||||
s.tab('ipsets', _('IP Sets'));
|
||||
s.tab('pxe_tftp', _('PXE/TFTP Settings'));
|
||||
|
||||
s.taboption('general', form.Flag, 'domainneeded',
|
||||
_('Domain required'),
|
||||
|
||||
Reference in New Issue
Block a user