mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Signed-off-by: Keith Chong <kykchong@redhat.com>
This commit is contained in:
parent
231509bb3c
commit
d8c08bfe7d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export const ApplicationTiles = ({applications, syncApplication, refreshApplicat
|
|||
applications-list__entry applications-list__entry--comparison-${app.status.sync.status}
|
||||
applications-list__entry--health-${app.status.health.status}`}>
|
||||
<div className='row' onClick={e => ctx.navigation.goto(`/applications/${app.metadata.name}`, {}, {event: e})}>
|
||||
<div className='columns small-12 applications-list__info'>
|
||||
<div className={'columns small-12 applications-list__info qe-applications-list-' + app.metadata.name}>
|
||||
<div className='applications-list__external-link'>
|
||||
<ApplicationURLs urls={app.status.summary.externalURLs} />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue