mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
Graphite: Make Graphite config page more accessible (#43333)
This commit is contained in:
parent
1e7a730f1f
commit
7682eabd29
@ -80,6 +80,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
|
||||
Version
|
||||
</InlineFormLabel>
|
||||
<Select
|
||||
aria-label="Graphite version"
|
||||
menuShouldPortal
|
||||
value={currentVersion}
|
||||
options={graphiteVersions}
|
||||
@ -92,6 +93,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
|
||||
<div className="gf-form">
|
||||
<InlineFormLabel tooltip={this.renderTypeHelp}>Type</InlineFormLabel>
|
||||
<Select
|
||||
aria-label="Graphite backend type"
|
||||
menuShouldPortal
|
||||
options={graphiteTypes}
|
||||
value={graphiteTypes.find((type) => type.value === options.jsonData.graphiteType)}
|
||||
|
Loading…
Reference in New Issue
Block a user