Skip to content

Commit 471b8b7

Browse files
committed
Displaying source kind
1 parent 3dba936 commit 471b8b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/Source.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export function Source(props) {
2727
key={`${source.kind}/${source.metadata.namespace}/${source.metadata.name}`}
2828
>
2929
<div className="col-span-2">
30+
<span className="block text-neutral-600 text-sm">{source.kind}</span>
3031
<span className="block font-medium text-black">
3132
{source.metadata.name}
3233
</span>

0 commit comments

Comments
 (0)