mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DevEnv: Fix missing commas in dashboards (#77359)
fix(devenv): fix missing commas in dashboards
This commit is contained in:
parent
44839a1bdd
commit
22a7e5b3e8
@ -452,7 +452,7 @@
|
|||||||
{
|
{
|
||||||
"text": "CFP franc (XPF)",
|
"text": "CFP franc (XPF)",
|
||||||
"value": "currencyXPF"
|
"value": "currencyXPF"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"text": "Bulgarian Lev (BGN)",
|
"text": "Bulgarian Lev (BGN)",
|
||||||
"value": "currencyBGN"
|
"value": "currencyBGN"
|
||||||
@ -1615,7 +1615,7 @@
|
|||||||
{
|
{
|
||||||
"text": "Malaysian Ringgit (RM)",
|
"text": "Malaysian Ringgit (RM)",
|
||||||
"value": "currencyMYR"
|
"value": "currencyMYR"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"text": "Bulgarian Lev (BGN)",
|
"text": "Bulgarian Lev (BGN)",
|
||||||
"value": "currencyBGN"
|
"value": "currencyBGN"
|
||||||
@ -2718,7 +2718,7 @@
|
|||||||
{
|
{
|
||||||
"text": "Malaysian Ringgit (RM)",
|
"text": "Malaysian Ringgit (RM)",
|
||||||
"value": "currencyMYR"
|
"value": "currencyMYR"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"text": "Bulgarian Lev (BGN)",
|
"text": "Bulgarian Lev (BGN)",
|
||||||
"value": "currencyBGN"
|
"value": "currencyBGN"
|
||||||
|
@ -452,7 +452,7 @@
|
|||||||
{
|
{
|
||||||
"text": "CFP franc (XPF)",
|
"text": "CFP franc (XPF)",
|
||||||
"value": "currencyXPF"
|
"value": "currencyXPF"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"text": "Bulgarian Lev (BGN)",
|
"text": "Bulgarian Lev (BGN)",
|
||||||
"value": "currencyBGN"
|
"value": "currencyBGN"
|
||||||
@ -1615,7 +1615,7 @@
|
|||||||
{
|
{
|
||||||
"text": "Malaysian Ringgit (RM)",
|
"text": "Malaysian Ringgit (RM)",
|
||||||
"value": "currencyMYR"
|
"value": "currencyMYR"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"text": "Bulgarian Lev (BGN)",
|
"text": "Bulgarian Lev (BGN)",
|
||||||
"value": "currencyBGN"
|
"value": "currencyBGN"
|
||||||
@ -2714,7 +2714,7 @@
|
|||||||
{
|
{
|
||||||
"text": "Malaysian Ringgit (RM)",
|
"text": "Malaysian Ringgit (RM)",
|
||||||
"value": "currencyMYR"
|
"value": "currencyMYR"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"text": "Bulgarian Lev (BGN)",
|
"text": "Bulgarian Lev (BGN)",
|
||||||
"value": "currencyBGN"
|
"value": "currencyBGN"
|
||||||
|
Loading…
Reference in New Issue
Block a user