Skip to content

Commit

Permalink
[ML] Fix jobs list loading when auto refresh is off (#42076)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jul 29, 2019
1 parent 1911b20 commit 9a2ce24
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 9a2ce24

Please sign in to comment.