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

This commit is contained in:
James Gowdy 2018-07-10 10:56:18 +01:00 committed by GitHub
parent 5753442209
commit a560883ad9
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();