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:
parent
b0874d8059
commit
3ef440b30a
@ -243,7 +243,7 @@
|
||||
"@daybrush/utils": "1.10.0",
|
||||
"@emotion/css": "11.10.5",
|
||||
"@emotion/react": "11.10.5",
|
||||
"@grafana/aws-sdk": "0.0.37",
|
||||
"@grafana/aws-sdk": "0.0.40",
|
||||
"@grafana/data": "workspace:*",
|
||||
"@grafana/e2e-selectors": "workspace:*",
|
||||
"@grafana/experimental": "1.0.1",
|
||||
|
@ -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"
|
||||
|
10
yarn.lock
10
yarn.lock
@ -4643,10 +4643,10 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@grafana/aws-sdk@npm:0.0.37":
|
||||
version: 0.0.37
|
||||
resolution: "@grafana/aws-sdk@npm:0.0.37"
|
||||
checksum: 3994e78182dc181c9ba1b0595551480eb699c34531f582c52badec8da1d930a3198530145ef58a9543f77e424026c6a70a213097e0b56534f44894165db9c4d2
|
||||
"@grafana/aws-sdk@npm:0.0.40":
|
||||
version: 0.0.40
|
||||
resolution: "@grafana/aws-sdk@npm:0.0.40"
|
||||
checksum: 23d20f8da262b7a80a13d0c60bbefa49760c5b1459c00646cbb4762d861003f8c3a32d8c6660902762c27ba136831b15d420291b105f4d72b971a04854d9027f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -21861,7 +21861,7 @@ __metadata:
|
||||
"@emotion/css": 11.10.5
|
||||
"@emotion/eslint-plugin": 11.10.0
|
||||
"@emotion/react": 11.10.5
|
||||
"@grafana/aws-sdk": 0.0.37
|
||||
"@grafana/aws-sdk": 0.0.40
|
||||
"@grafana/data": "workspace:*"
|
||||
"@grafana/e2e": "workspace:*"
|
||||
"@grafana/e2e-selectors": "workspace:*"
|
||||
|
Loading…
Reference in New Issue
Block a user