mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Cloudwatch: Increase label width in Config Editor (#60333)
* Increase cloudwatch config label width
This commit is contained in:
@@ -62,6 +62,7 @@ export const ConfigEditor: FC<Props> = (props: Props) => {
|
||||
<>
|
||||
<ConnectionConfig
|
||||
{...props}
|
||||
labelWidth={29}
|
||||
loadRegions={
|
||||
datasource &&
|
||||
(async () => {
|
||||
@@ -76,7 +77,7 @@ export const ConfigEditor: FC<Props> = (props: Props) => {
|
||||
})
|
||||
}
|
||||
>
|
||||
<InlineField label="Namespaces of Custom Metrics" labelWidth={28} tooltip="Namespaces of Custom Metrics.">
|
||||
<InlineField label="Namespaces of Custom Metrics" labelWidth={29} tooltip="Namespaces of Custom Metrics.">
|
||||
<Input
|
||||
width={60}
|
||||
placeholder="Namespace1,Namespace2"
|
||||
|
||||
Reference in New Issue
Block a user