This commit is contained in:
matthewalanpenning 2023-10-07 19:39:42 -04:00
parent f9eebfef5e
commit a51b003a2a

View file

@ -295,8 +295,11 @@
//Load Network State
loadNetworkState()
//Load Home Tab Tables
//Load Tables
loadDhcpLeasesTable()
loadLoadBalancersTable()
loadForwardsTable()
loadPeersTables()
//Set reload page content
pageReloadTimeout = setTimeout(() => { reloadPageContent(); }, reloadTime);