Skip to content

Commit

Permalink
Displaying source kind
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Apr 15, 2024
1 parent 3dba936 commit 471b8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/Source.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function Source(props) {
key={`${source.kind}/${source.metadata.namespace}/${source.metadata.name}`}
>
<div className="col-span-2">
<span className="block text-neutral-600 text-sm">{source.kind}</span>
<span className="block font-medium text-black">
{source.metadata.name}
</span>
Expand Down

0 comments on commit 471b8b7

Please sign in to comment.