mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
using constant
This commit is contained in:
parent
32389f6171
commit
327cdf34d5
@ -159,7 +159,7 @@ class Graph extends Component<any, any> {
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
{this.props.data.length > 20 &&
|
||||
{this.props.data.length > MAX_NUMBER_OF_TIME_SERIES &&
|
||||
!this.state.showAllTimeSeries && (
|
||||
<div className="time-series-disclaimer">
|
||||
<i className="fa fa-fw fa-warning disclaimer-icon" />
|
||||
|
Loading…
Reference in New Issue
Block a user