matthewalanpenning 1 éve
szülő
commit
a51b003a2a
1 módosított fájl, 4 hozzáadás és 1 törlés
  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);