Widen host name column from w-48 to w-72
Prevents truncation of longer endpoint names like the S3/GCS regional identifiers.
This commit is contained in:
parent
869f123a5b
commit
c31b976f01
@ -402,7 +402,7 @@ function hostRowHTML(host, index) {
|
||||
return `
|
||||
<div class="host-row bg-gray-800/50 rounded-lg p-4 border border-gray-700/50" data-index="${index}">
|
||||
<div class="flex items-center gap-4">
|
||||
<div class="w-48 flex-shrink-0">
|
||||
<div class="w-72 flex-shrink-0">
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="w-3 h-3 rounded-full" style="background-color: ${latencyHex(null)}"></div>
|
||||
<span class="font-medium text-white truncate">${host.name}</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user