Skip to content

Commit

Permalink
feat: render cluster id (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored Jan 21, 2025
1 parent 028cbc0 commit e7eddf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 172 deletions.
132 changes: 0 additions & 132 deletions app/components/cluster-card.tsx

This file was deleted.

40 changes: 0 additions & 40 deletions app/components/cluster-list.tsx

This file was deleted.

3 changes: 3 additions & 0 deletions app/components/clusters-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ const columns: ColumnDef<ClusterData>[] = [
</Link>
<div className="text-sm text-gray-500 truncate mt-1" title={row.original.description || ""}>
{row.original.description || "No description"}
<div className="text-xs font-mono text-gray-400 mt-1" title={row.original.id}>
ID: {row.original.id}
</div>
</div>
</div>
),
Expand Down

0 comments on commit e7eddf1

Please sign in to comment.