Skip to content

Commit

Permalink
[ML] Fix jobs list loading when auto refresh is off (#42076) (#42113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Jul 31, 2019
1 parent 30e403e commit 42d3b58
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ export class JobsListView extends Component {
} else {
this.setRefreshInterval(value);
}
this.refreshJobSummaryList();
// force load the jobs list when the refresh interval changes
this.refreshJobSummaryList(true);
}

setRefreshInterval(interval) {
Expand Down

0 comments on commit 42d3b58

Please sign in to comment.