mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Fix jobs list loading when auto refresh is off (#42076)
This commit is contained in:
parent
1911b20cbe
commit
9a2ce24918
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue