Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
04080125
Commit
04080125
authored
Oct 26, 2019
by
Martina Catizone
Committed by
Ryan McKinley
Oct 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: correct typo in word Fahrenheit (#20040)
fixes: #20039
parent
551e24f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
devenv/dev-dashboards-without-uid/panel_tests_polystat.json
+6
-6
devenv/dev-dashboards/panel-polystat/polystat_test.json
+6
-6
packages/grafana-ui/src/utils/valueFormats/categories.ts
+1
-1
No files found.
devenv/dev-dashboards-without-uid/panel_tests_polystat.json
View file @
04080125
...
...
@@ -884,8 +884,8 @@
"value"
:
"celsius"
},
{
"text"
:
"Farenheit (°F)"
,
"value"
:
"farenheit"
"text"
:
"Fa
h
renheit (°F)"
,
"value"
:
"fa
h
renheit"
},
{
"text"
:
"Kelvin (K)"
,
...
...
@@ -1991,8 +1991,8 @@
"value"
:
"celsius"
},
{
"text"
:
"Farenheit (°F)"
,
"value"
:
"farenheit"
"text"
:
"Fa
h
renheit (°F)"
,
"value"
:
"fa
h
renheit"
},
{
"text"
:
"Kelvin (K)"
,
...
...
@@ -3078,8 +3078,8 @@
"value"
:
"celsius"
},
{
"text"
:
"Farenheit (°F)"
,
"value"
:
"farenheit"
"text"
:
"Fa
h
renheit (°F)"
,
"value"
:
"fa
h
renheit"
},
{
"text"
:
"Kelvin (K)"
,
...
...
devenv/dev-dashboards/panel-polystat/polystat_test.json
View file @
04080125
...
...
@@ -876,8 +876,8 @@
"value"
:
"celsius"
},
{
"text"
:
"Farenheit (°F)"
,
"value"
:
"farenheit"
"text"
:
"Fa
h
renheit (°F)"
,
"value"
:
"fa
h
renheit"
},
{
"text"
:
"Kelvin (K)"
,
...
...
@@ -1975,8 +1975,8 @@
"value"
:
"celsius"
},
{
"text"
:
"Farenheit (°F)"
,
"value"
:
"farenheit"
"text"
:
"Fa
h
renheit (°F)"
,
"value"
:
"fa
h
renheit"
},
{
"text"
:
"Kelvin (K)"
,
...
...
@@ -3054,8 +3054,8 @@
"value"
:
"celsius"
},
{
"text"
:
"Farenheit (°F)"
,
"value"
:
"farenheit"
"text"
:
"Fa
h
renheit (°F)"
,
"value"
:
"fa
h
renheit"
},
{
"text"
:
"Kelvin (K)"
,
...
...
packages/grafana-ui/src/utils/valueFormats/categories.ts
View file @
04080125
...
...
@@ -283,7 +283,7 @@ export const getCategories = (): ValueFormatCategory[] => [
name
:
'Temperature'
,
formats
:
[
{
name
:
'Celsius (°C)'
,
id
:
'celsius'
,
fn
:
toFixedUnit
(
'°C'
)
},
{
name
:
'Fa
renheit (°F)'
,
id
:
'fa
renheit'
,
fn
:
toFixedUnit
(
'°F'
)
},
{
name
:
'Fa
hrenheit (°F)'
,
id
:
'fah
renheit'
,
fn
:
toFixedUnit
(
'°F'
)
},
{
name
:
'Kelvin (K)'
,
id
:
'kelvin'
,
fn
:
toFixedUnit
(
'K'
)
},
],
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment