Dhcp Reservations
Todo: Implement sorting capabilities in the App.
2015-09-20
Added a view to the DB so that we can sort on the IP address easily:
To sort via the IP address now do the following:
Toggle line numbers
1 SELECT IpAddress, Reserved
2 FROM IpPoolABCD
3 ORDER BY A, B, C, D