feat: remove version ID display from model versions tab

Remove the .version-id CSS class and corresponding HTML element that displayed version IDs in the model versions tab. This simplifies the UI by removing redundant information since version IDs are already available elsewhere in the interface and were causing visual clutter.
This commit is contained in:
Will Miao
2025-10-27 12:58:15 +08:00
parent 227d06c736
commit a6b704d4b4
2 changed files with 0 additions and 7 deletions

View File

@@ -170,12 +170,6 @@
max-width: 100%;
}
.version-id {
font-size: 0.75rem;
color: var(--text-muted);
font-weight: 500;
}
.version-badges {
display: flex;
flex-wrap: wrap;