remove periodic refresh in favor of refresh as needed
This commit is contained in:
parent
7a5c1222ca
commit
e6290cc058
@ -4,7 +4,6 @@ window.addEventListener("DOMContentLoaded", init);
|
||||
|
||||
async function init () {
|
||||
await populateInstances();
|
||||
//setInterval(populateInstances, 1000);
|
||||
}
|
||||
|
||||
async function populateInstances () {
|
||||
|
Loading…
Reference in New Issue
Block a user