Skip to content

Commit

Permalink
[ML] correcting position of jobs list components props (#24198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Oct 18, 2018
1 parent 22aad41 commit 691f6c4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ export class JobsListView extends Component {
<div className="actions-bar">
<MultiJobActions
selectedJobs={this.state.selectedJobs}
allJobIds={jobIds}
showStartDatafeedModal={this.showStartDatafeedModal}
showDeleteJobModal={this.showDeleteJobModal}
refreshJobs={() => this.refreshJobSummaryList(true)}
allJobIds={jobIds}
/>
<JobFilterBar setFilters={this.setFilters} />
</div>
Expand All @@ -289,6 +289,7 @@ export class JobsListView extends Component {
setShowFunction={this.setShowEditJobFlyoutFunction}
unsetShowFunction={this.unsetShowEditJobFlyoutFunction}
refreshJobs={() => this.refreshJobSummaryList(true)}
allJobIds={jobIds}
/>
<DeleteJobModal
setShowFunction={this.setShowDeleteJobModalFunction}
Expand Down

0 comments on commit 691f6c4

Please sign in to comment.