Skip to content

Commit

Permalink
Add tooltip to source link (taskcluster#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoorfatima authored and djmitche committed Oct 4, 2019
1 parent 1886cdf commit 731efc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/TaskDetailsCard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ export default class TaskDetailsCard extends Component {
classes={{ secondary: classes.sourceHeadline }}
primary="Source"
secondary={task.metadata.source}
title={task.metadata.source}
/>
{isExternal ? <OpenInNewIcon /> : <LinkIcon />}
</ListItem>
Expand Down

0 comments on commit 731efc1

Please sign in to comment.