matthewalanpenning 1 年間 前
コミット
a51b003a2a
1 ファイル変更4 行追加1 行削除
  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);