We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706bc7b commit fbc5d3aCopy full SHA for fbc5d3a
src/features/clusters/components/ClusterCard.tsx
@@ -116,7 +116,8 @@ export function ClusterCard({
116
{cluster.fqdn ? (
117
<>
118
<span className="truncate max-w-48">{cluster.fqdn}</span>
119
- <CopyIcon onClick={onCopyFQDNClick} size={16} />
+ <CopyIcon onClick={onCopyFQDNClick} size={16} className="cursor-pointer" />
120
+ <span className="grow"></span>
121
</>
122
) : (
123
<span>Self-Hosted</span>
0 commit comments