mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
551e24f9f8
commit
040801256f
@ -884,8 +884,8 @@
|
||||
"value": "celsius"
|
||||
},
|
||||
{
|
||||
"text": "Farenheit (°F)",
|
||||
"value": "farenheit"
|
||||
"text": "Fahrenheit (°F)",
|
||||
"value": "fahrenheit"
|
||||
},
|
||||
{
|
||||
"text": "Kelvin (K)",
|
||||
@ -1991,8 +1991,8 @@
|
||||
"value": "celsius"
|
||||
},
|
||||
{
|
||||
"text": "Farenheit (°F)",
|
||||
"value": "farenheit"
|
||||
"text": "Fahrenheit (°F)",
|
||||
"value": "fahrenheit"
|
||||
},
|
||||
{
|
||||
"text": "Kelvin (K)",
|
||||
@ -3078,8 +3078,8 @@
|
||||
"value": "celsius"
|
||||
},
|
||||
{
|
||||
"text": "Farenheit (°F)",
|
||||
"value": "farenheit"
|
||||
"text": "Fahrenheit (°F)",
|
||||
"value": "fahrenheit"
|
||||
},
|
||||
{
|
||||
"text": "Kelvin (K)",
|
||||
|
@ -876,8 +876,8 @@
|
||||
"value": "celsius"
|
||||
},
|
||||
{
|
||||
"text": "Farenheit (°F)",
|
||||
"value": "farenheit"
|
||||
"text": "Fahrenheit (°F)",
|
||||
"value": "fahrenheit"
|
||||
},
|
||||
{
|
||||
"text": "Kelvin (K)",
|
||||
@ -1975,8 +1975,8 @@
|
||||
"value": "celsius"
|
||||
},
|
||||
{
|
||||
"text": "Farenheit (°F)",
|
||||
"value": "farenheit"
|
||||
"text": "Fahrenheit (°F)",
|
||||
"value": "fahrenheit"
|
||||
},
|
||||
{
|
||||
"text": "Kelvin (K)",
|
||||
@ -3054,8 +3054,8 @@
|
||||
"value": "celsius"
|
||||
},
|
||||
{
|
||||
"text": "Farenheit (°F)",
|
||||
"value": "farenheit"
|
||||
"text": "Fahrenheit (°F)",
|
||||
"value": "fahrenheit"
|
||||
},
|
||||
{
|
||||
"text": "Kelvin (K)",
|
||||
|
@ -283,7 +283,7 @@ export const getCategories = (): ValueFormatCategory[] => [
|
||||
name: 'Temperature',
|
||||
formats: [
|
||||
{ name: 'Celsius (°C)', id: 'celsius', fn: toFixedUnit('°C') },
|
||||
{ name: 'Farenheit (°F)', id: 'farenheit', fn: toFixedUnit('°F') },
|
||||
{ name: 'Fahrenheit (°F)', id: 'fahrenheit', fn: toFixedUnit('°F') },
|
||||
{ name: 'Kelvin (K)', id: 'kelvin', fn: toFixedUnit('K') },
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user