v1.1.6: fix orphan </div> in refreshInstances — JS syntax error, all frontend broken

This commit is contained in:
2026-07-28 13:01:33 +04:00
parent 95bcbfae41
commit 5a4fad5d96
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -321,7 +321,6 @@ async function refreshInstances(){
</div>`;
html+=`<div class="inst-ops" id="ops-${i.instanceUid}"></div>`;
});
</div>`;
document.getElementById('inst-list').innerHTML=html;
}