Skip to content

Commit

Permalink
added repo url in UI
Browse files Browse the repository at this point in the history
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
  • Loading branch information
msivasubramaniaan committed Oct 30, 2023
1 parent 5ae7942 commit 4411a9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/webview/helm-chart/app/helmListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ function HelmChartListContent(props: HelmListItemProps) {
>
{props.selectedVersion.description}
</Typography>
<Typography
variant='body2'
sx={{ whiteSpace: 'nowrap', overflow: 'hidden', textOverflow: 'ellipsis' }}
>Repo: https://charts.openshift.io/</Typography>
<Stack direction='row' spacing={1}>
{props.selectedVersion.annotations['charts.openshift.io/providerType'] &&
<Chip
Expand Down

0 comments on commit 4411a9d

Please sign in to comment.