Skip to content

Commit

Permalink
reorder buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
meguiraun authored and marcus-oscarsson committed Oct 4, 2024
1 parent 526a8f8 commit 862f1a6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ui/src/containers/SampleListViewContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -802,15 +802,6 @@ class SampleListViewContainer extends React.Component {
<Card.Header className="samples-grid-table-card-header">
<Row className="samples-grid-table-row-header">
<Col sm={5} className="d-flex">
<Button
className="nowrap-style"
variant="outline-secondary"
onClick={this.showAddSampleForm}
>
<i className="fas fa-plus" style={{ marginRight: '0.5em' }} />
Create new sample
</Button>
<span style={{ marginLeft: '1.5em' }} />
<TooltipTrigger
id="sync-samples-tooltip"
tooltipContent="Get and synchronise sample list with ISPyB"
Expand All @@ -828,6 +819,15 @@ class SampleListViewContainer extends React.Component {
</Button>
</TooltipTrigger>
<span style={{ marginLeft: '1.5em' }} />
<Button
className="nowrap-style"
variant="outline-secondary"
onClick={this.showAddSampleForm}
>
<i className="fas fa-plus" style={{ marginRight: '0.5em' }} />
Create new sample
</Button>
<span style={{ marginLeft: '1.5em' }} />
<TooltipTrigger
id="clear-samples-tooltip"
tooltipContent="Remove all samples from sample list and queue"
Expand Down

0 comments on commit 862f1a6

Please sign in to comment.