diff --git a/lxconsole/templates/network.html b/lxconsole/templates/network.html index c3ab1cf..6988485 100644 --- a/lxconsole/templates/network.html +++ b/lxconsole/templates/network.html @@ -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);