mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 02:36:17 +01:00
make sure agent connection title works in grid layout
This commit is contained in:
@@ -280,7 +280,10 @@ export default function SystemsTableColumns(viewMode: "table" | "grid"): ColumnD
|
|||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
href={getPagePath($router, "system", { name: system.name })}
|
href={getPagePath($router, "system", { name: system.name })}
|
||||||
className={cn("flex gap-1.5 items-center md:pe-5 tabular-nums relative", viewMode === "table" && "ps-0.5")}
|
className={cn(
|
||||||
|
"flex gap-1.5 items-center md:pe-5 tabular-nums relative z-10",
|
||||||
|
viewMode === "table" && "ps-0.5"
|
||||||
|
)}
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
title={connectionTypeLabels[system.info.ct as ConnectionType]}
|
title={connectionTypeLabels[system.info.ct as ConnectionType]}
|
||||||
role="none"
|
role="none"
|
||||||
|
|||||||
Reference in New Issue
Block a user