From a51b003a2ace87ceb42f7642026664371c36c3b9 Mon Sep 17 00:00:00 2001 From: matthewalanpenning Date: Sat, 7 Oct 2023 19:39:42 -0400 Subject: [PATCH] v0.3.0 --- lxconsole/templates/network.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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);