fix(clients): fixes models list way too wide
Build & Deploy / build (push) Successful in 2m24s

This commit is contained in:
2026-07-17 20:15:07 +02:00
parent 477ef3e548
commit 2357957eb1
2 changed files with 6 additions and 1 deletions
@@ -292,6 +292,11 @@ td {
vertical-align: top;
}
.col-models {
max-width: 40%;
overflow-wrap: anywhere;
}
th {
color: var(--muted);
font-size: 12px;
+1 -1
View File
@@ -336,7 +336,7 @@ function clientsTable(clients) {
<div class="cell-main">${number(client.requestStats.total)}</div>
<div class="cell-sub">${number(client.requestStats.last10Minutes)} in 10m, ${number(client.requestStats.lastHour)} in 1h</div>
</td>
<td>${modelBadges(client.models)}</td>
<td class="col-models">${modelBadges(client.models)}</td>
<td>${modelBadges(client.activeModels)}</td>
<td>
<div class="badge-row">