Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions ui/perfherder/alerts/AlertActionPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,22 +258,23 @@ export default class AlertActionPanel extends React.Component {
tooltipText="Mark selected alerts as downstream from an alert summary on another branch"
/>
</Col>
</React.Fragment>
)}

<Col sm="auto" className="p-2">
<SimpleTooltip
text={
<Button
<Col sm="auto" className="p-2">
<SimpleTooltip
text={
<Button
variant="secondary"
onClick={() => this.toggle('showReassignedModal')}
>
>
<FontAwesomeIcon icon={faArrowAltCircleRight} /> Reassign
</Button>
</Button>
}
tooltipText="Reassign selected alerts to another alert summary on the same branch"
/>
</Col>
</React.Fragment>
)}
tooltipText="Reassign selected alerts to another alert summary on the same branch"
/>
</Col>

</Row>
</div>
);
Expand Down