This commit is contained in:
matthewalanpenning 2023-10-07 19:39:42 -04:00
parent f9eebfef5e
commit a51b003a2a
1 changed files with 4 additions and 1 deletions

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);