From 857740912cb84f70cd839ca926bf3ed74a301051 Mon Sep 17 00:00:00 2001 From: matthewalanpenning Date: Tue, 9 May 2023 05:33:22 -0400 Subject: [PATCH] v0.0.2 --- CHANGELOG.md | 3 +++ lxconsole/templates/main.html | 2 +- lxconsole/templates/modals/main.html | 2 +- lxconsole/templates/network-acl.html | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb9d28..76b10fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ +# v0.0.2 +- Fix for reloading/loading of page content bug in network-acl page + # v0.0.1 - Fix an undefind varaible error when loading list of containers without root disk \ No newline at end of file diff --git a/lxconsole/templates/main.html b/lxconsole/templates/main.html index 4cd4237..f17f6dd 100644 --- a/lxconsole/templates/main.html +++ b/lxconsole/templates/main.html @@ -40,7 +40,7 @@ diff --git a/lxconsole/templates/modals/main.html b/lxconsole/templates/modals/main.html index 00e4123..2e3641f 100644 --- a/lxconsole/templates/modals/main.html +++ b/lxconsole/templates/modals/main.html @@ -13,7 +13,7 @@

Lxconsole is an open source management console providing a web-based user interface capable of managing multiple LXD servers from a single location.

- Version: v0.0.1
+ Version: v0.0.2
License: AGPL-3.0
URL: https://lxconsole.com

diff --git a/lxconsole/templates/network-acl.html b/lxconsole/templates/network-acl.html index 245ce40..8c83e3a 100644 --- a/lxconsole/templates/network-acl.html +++ b/lxconsole/templates/network-acl.html @@ -332,6 +332,7 @@ ], order: [], }); + //Set reload page content pageReloadTimeout = setTimeout(() => { reloadPageContent(); }, reloadTime); @@ -395,7 +396,7 @@ window.location.href = '../network-acls?id=' + serverId + '&project=' + project } else { - setTimeout(() => { reloadPageContent(); }, 1000); + loadPageContent() operationStatusCheck() }