Merge pull request #6502 from hnyman/dhcp-tabs

luci-mod-network: Adjust DHCP/DNS tab order
This commit is contained in:
Jo-Philipp Wich 2023-08-06 00:41:14 +02:00 committed by GitHub
commit 85f898819c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'),