mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Elasticsearch: Fix derived fields label (#68016)
Elasticsearch: fix derived fields label
This commit is contained in:
parent
a19189af13
commit
94a8d15b29
@ -97,6 +97,7 @@ export const DataLink = (props: Props) => {
|
|||||||
<FormField
|
<FormField
|
||||||
className={styles.urlDisplayLabelField}
|
className={styles.urlDisplayLabelField}
|
||||||
inputWidth={null}
|
inputWidth={null}
|
||||||
|
labelWidth={7}
|
||||||
label="URL Label"
|
label="URL Label"
|
||||||
type="text"
|
type="text"
|
||||||
value={value.urlDisplayLabel}
|
value={value.urlDisplayLabel}
|
||||||
|
Loading…
Reference in New Issue
Block a user