mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Config editor: add url placeholder (#73391)
This commit is contained in:
parent
6bc7c70c02
commit
c8a9adf52a
@ -56,7 +56,7 @@ export const ConfigEditor = (props: Props) => {
|
||||
hasRequiredFields={false}
|
||||
/>
|
||||
<Divider />
|
||||
<ConnectionSettings config={options} onChange={onOptionsChange} />
|
||||
<ConnectionSettings config={options} onChange={onOptionsChange} urlPlaceholder="http://localhost:3100" />
|
||||
<Divider />
|
||||
<Auth
|
||||
{...convertLegacyAuthProps({
|
||||
|
Loading…
Reference in New Issue
Block a user