From ecdac6fe2396949bff8c62ab76b95c9b4a0f5f48 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 28 Mar 2026 16:47:20 -0400 Subject: [PATCH] fix: remove internal database ID from frontend Removed from the instance subtitle and the overview kv grid. The auto- increment ID is an implementation detail with no user-facing meaning. Co-Authored-By: Claude Sonnet 4.6 --- index.html | 1 - js/ui.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/index.html b/index.html index 246f199..33b3e4c 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,6 @@
vmid - id created
diff --git a/js/ui.js b/js/ui.js index 09b8807..4916263 100644 --- a/js/ui.js +++ b/js/ui.js @@ -172,7 +172,6 @@ async function renderDetailPage(vmid) { document.getElementById('detail-vmid-crumb').textContent = vmid; document.getElementById('detail-name').textContent = inst.name; document.getElementById('detail-vmid-sub').textContent = inst.vmid; - document.getElementById('detail-id-sub').textContent = inst.id; document.getElementById('detail-created-sub').textContent = fmtDate(inst.created_at); document.getElementById('detail-identity').innerHTML = ` @@ -180,7 +179,6 @@ async function renderDetailPage(vmid) {
state${esc(inst.state)}
stack${esc(inst.stack) || '—'}
vmid${inst.vmid}
-
internal id${inst.id}
`; document.getElementById('detail-network').innerHTML = `