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:
Arve Knudsen
2020-08-20 09:46:43 +02:00
committed by GitHub
parent ed1b929fe5
commit 95432fb684

View File

@@ -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>