@@ -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 ?? "");
The note is not visible to the blocked user.