mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] disabling time range selector on jobs list (#20563)
This commit is contained in:
parent
be6b6ca713
commit
646f1d7f2c
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ export class JobsListView extends Component {
|
|||
}
|
||||
|
||||
componentDidMount() {
|
||||
timefilter.disableTimeRangeSelector();
|
||||
timefilter.enableAutoRefreshSelector();
|
||||
|
||||
this.initAutoRefresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue