Skip to content

Commit

Permalink
[ML] disabling time range selector on jobs list (elastic#20563)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jul 10, 2018
1 parent 5753442 commit 9137e5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class JobsListView extends Component {
}

componentDidMount() {
timefilter.disableTimeRangeSelector();
timefilter.enableAutoRefreshSelector();

this.initAutoRefresh();
Expand Down

0 comments on commit 9137e5b

Please sign in to comment.