mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
influxdb: config: accessibility fixes (#43260)
This commit is contained in:
parent
c3ca2d214d
commit
d2283cf799
@ -112,6 +112,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
|
||||
isConfigured={(secureJsonFields && secureJsonFields.token) as boolean}
|
||||
value={secureJsonData.token || ''}
|
||||
label="Token"
|
||||
aria-label="Token"
|
||||
labelWidth={10}
|
||||
inputWidth={20}
|
||||
onReset={this.onResetToken}
|
||||
@ -212,6 +213,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
|
||||
isConfigured={(secureJsonFields && secureJsonFields.password) as boolean}
|
||||
value={secureJsonData.password || ''}
|
||||
label="Password"
|
||||
aria-label="Password"
|
||||
labelWidth={10}
|
||||
inputWidth={20}
|
||||
onReset={this.onResetPassword}
|
||||
|
@ -169,6 +169,7 @@ exports[`Render should disable basic auth password input 1`] = `
|
||||
className="gf-form"
|
||||
>
|
||||
<SecretFormField
|
||||
aria-label="Password"
|
||||
inputWidth={20}
|
||||
label="Password"
|
||||
labelWidth={10}
|
||||
@ -435,6 +436,7 @@ exports[`Render should hide basic auth fields when switch off 1`] = `
|
||||
className="gf-form"
|
||||
>
|
||||
<SecretFormField
|
||||
aria-label="Password"
|
||||
inputWidth={20}
|
||||
label="Password"
|
||||
labelWidth={10}
|
||||
@ -701,6 +703,7 @@ exports[`Render should hide white listed cookies input when browser access chose
|
||||
className="gf-form"
|
||||
>
|
||||
<SecretFormField
|
||||
aria-label="Password"
|
||||
inputWidth={20}
|
||||
label="Password"
|
||||
labelWidth={10}
|
||||
@ -967,6 +970,7 @@ exports[`Render should render component 1`] = `
|
||||
className="gf-form"
|
||||
>
|
||||
<SecretFormField
|
||||
aria-label="Password"
|
||||
inputWidth={20}
|
||||
label="Password"
|
||||
labelWidth={10}
|
||||
|
Loading…
Reference in New Issue
Block a user