mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
IntervalVariable: Fix variable tooltip (#28988)
This commit is contained in:
parent
10f226c4c2
commit
99b6ea47c0
@ -73,7 +73,7 @@ export class IntervalVariableEditor extends PureComponent<Props> {
|
|||||||
labelClass="width-9"
|
labelClass="width-9"
|
||||||
checked={this.props.variable.auto}
|
checked={this.props.variable.auto}
|
||||||
onChange={this.onAutoChange}
|
onChange={this.onAutoChange}
|
||||||
tooltip={'Enables multiple values to be selected at the same time'}
|
tooltip={'Interval will be dynamically calculated by dividing time range by the count specified'}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{this.props.variable.auto && (
|
{this.props.variable.auto && (
|
||||||
|
Loading…
Reference in New Issue
Block a user