From a5e642bf6db60991f892db9b1586f2b25528d630 Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 15 Jun 2026 14:17:12 -0300 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 243248a..cb188ad 100644 --- a/app.js +++ b/app.js @@ -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 ?? "");