luci-mod-status: split dhcp status in dhcp and dhcpv6 includes
Split dhcp status in separate dhcp and dhcpv6 includes to tidy code up and better organize them instead of defining multiple table and define an empty title for the include file.
error:
ReferenceError machints is not defined
@Ansuel could you address this machints problem please?
This will request the DHCP lease information twice and duplicate the processing effort on the server side. If this is touched anyway, I'd propose a radically different way... merge DHCP and DHCPv6 tables (along with potential other information sources such as associated stations, arp and ndp neighbors as well as umdns) into a unified "connected clients/hosts/devices" display.
@jow- would be ok to unify ipv6 and ipv4 for now?
To do this we would have to change the ipv4 and ipv6 address column to "Address" and the mac address and DUID to an unified column.
Is it correct?