mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add sleep to improve user experience when reloading instances
This commit is contained in:
parent
580bf1c3d6
commit
a3bde2336f
1 changed files with 2 additions and 0 deletions
|
|
@ -828,6 +828,8 @@ def instances():
|
|||
|
||||
app.config["TO_FLASH"].clear()
|
||||
|
||||
sleep(3)
|
||||
|
||||
return redirect(url_for("instances"))
|
||||
|
||||
# Display instances
|
||||
|
|
|
|||
Loading…
Reference in a new issue