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:
parent
ed1b929fe5
commit
95432fb684
@ -108,7 +108,7 @@ export class ConfigEditor extends PureComponent<Props> {
|
||||
<Input
|
||||
className="width-20"
|
||||
value={options.url || ''}
|
||||
placeholder="http://localhost:9999/api/v2"
|
||||
placeholder="http://localhost:9999"
|
||||
onChange={this.onUpdateInflux2xURL}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user