[ML] disabling time range selector on jobs list (#20563)

This commit is contained in:
James Gowdy 2018-07-09 18:05:18 +01:00 committed by GitHub
parent be6b6ca713
commit 646f1d7f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ export class JobsListView extends Component {
}
componentDidMount() {
timefilter.disableTimeRangeSelector();
timefilter.enableAutoRefreshSelector();
this.initAutoRefresh();