Skip to content

Commit

Permalink
helm history
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Jan 15, 2024
1 parent 9d9ad58 commit 5a49921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/FluxState.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export function HelmRevisionWidget(props) {
const exactDate = format(parsed, 'MMMM do yyyy, h:mm:ss a O')

return (
<p className={`${current ? "font-normal text-neutral-500" : "font-normal text-neutral-500"}`}>
<p className={`${current ? "text-neutral-700" : "font-normal text-neutral-500"}`}>
<span>{release.chartVersion}@{release.chartName}</span>
<span title={exactDate} className='pl-1'>{deployTimeLabel} ago</span>
<span className='pl-1'>{statusLabel}</span>
Expand Down

0 comments on commit 5a49921

Please sign in to comment.