We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dba936 commit 471b8b7Copy full SHA for 471b8b7
web/src/Source.jsx
@@ -27,6 +27,7 @@ export function Source(props) {
27
key={`${source.kind}/${source.metadata.namespace}/${source.metadata.name}`}
28
>
29
<div className="col-span-2">
30
+ <span className="block text-neutral-600 text-sm">{source.kind}</span>
31
<span className="block font-medium text-black">
32
{source.metadata.name}
33
</span>
0 commit comments