matthewalanpenning hai 1 ano
pai
achega
a51b003a2a
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      lxconsole/templates/network.html

+ 4 - 1
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);