problems: make timeline optional

This commit is contained in:
Alexander Zobnin
2019-02-13 20:21:18 +03:00
parent 58f1ee07eb
commit 9cabb58ac1
5 changed files with 15 additions and 2 deletions

View File

@@ -157,6 +157,7 @@ export default class ProblemList extends PureComponent<ProblemListProps, Problem
<ProblemDetails {...props}
rootWidth={this.rootWidth}
timeRange={this.props.timeRange}
showTimeline={panelOptions.problemTimeline}
getProblemEvents={this.props.getProblemEvents}
onProblemAck={this.handleProblemAck}
onTagClick={this.handleTagClick}