Update app.js

This commit is contained in:
oliver
2026-06-15 14:17:12 -03:00
parent 46d8158c67
commit a5e642bf6d
+1 -1
View File
@@ -592,7 +592,7 @@ function instancesRender() {
tbody.innerHTML = filtered
.map((r) => {
const uuid = escHtml(r.uuid);
const uuid = escHtml(r.UUID ?? "");
const agent = escHtml(r.agent);
const product = escHtml(r.product ?? "");
const server = escHtml(r.server ?? "");