mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
InfluxDB: Update Flux placeholder URL with respect to latest Go client (#27086)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -108,7 +108,7 @@ export class ConfigEditor extends PureComponent<Props> {
|
|||||||
<Input
|
<Input
|
||||||
className="width-20"
|
className="width-20"
|
||||||
value={options.url || ''}
|
value={options.url || ''}
|
||||||
placeholder="http://localhost:9999/api/v2"
|
placeholder="http://localhost:9999"
|
||||||
onChange={this.onUpdateInflux2xURL}
|
onChange={this.onUpdateInflux2xURL}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user