Skip to content

Commit

Permalink
test: Allow individual application tiles to be selectable (#4841) (#4851
Browse files Browse the repository at this point in the history
)

Signed-off-by: Keith Chong <[email protected]>
  • Loading branch information
keithchong authored Nov 17, 2020
1 parent 231509b commit d8c08bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d8c08bf

Please sign in to comment.