Skip to content

Commit

Permalink
Artifact widgets todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dzsak committed Mar 28, 2024
1 parent eb201ba commit 7065e53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/Source.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export function Source(props) {
{source.kind === 'Bucket' &&
<span>Bucket (TODO)</span>
}
{source.kind === 'HelmRepository' &&
<span>HelmRepository (TODO)</span>
}
{source.kind === 'HelmChart' &&
<span>HelmChart (TODO)</span>
}
</div>
<div className="grid-cols-1 text-right">
<button className="bg-transparent hover:bg-neutral-100 font-medium text-sm text-neutral-700 py-1 px-2 border border-neutral-300 rounded"
Expand Down

0 comments on commit 7065e53

Please sign in to comment.