Skip to content

Commit

Permalink
Kustomization path
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Jan 15, 2024
1 parent cf5e680 commit e5ae852
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/FluxState.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ export function Kustomizations(props){
</div>
<div className="col-span-5">
<div className="font-medium text-neutral-700"><RevisionWidget kustomization={kustomization} gitRepository={gitRepository} /></div>
{/* { !ready && */}
<span className="block field text-yellow-500">Attempted applying {lastAttemptedHash.slice(0, 8)} at {dateLabel}</span>
{/* } */}
<span className='font-mono rounded bg-gray-100 px-1'>{kustomization.spec.path}</span>
</div>
</div>
)
Expand Down

0 comments on commit e5ae852

Please sign in to comment.