mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added Pressure units (mbar and hPa)
This commit is contained in:
@@ -592,8 +592,8 @@ function($, _, moment) {
|
|||||||
{text: 'Celcius (°C)', value: 'celsius' },
|
{text: 'Celcius (°C)', value: 'celsius' },
|
||||||
{text: 'Farenheit (°F)', value: 'farenheit'},
|
{text: 'Farenheit (°F)', value: 'farenheit'},
|
||||||
{text: 'Humidity (%H)', value: 'humidity' },
|
{text: 'Humidity (%H)', value: 'humidity' },
|
||||||
{text: 'Pressure (mbar)', value: 'pressurembar' },
|
{text: 'Pressure (mbar)', value: 'pressurembar' },
|
||||||
{text: 'Pressure (hPa)', value: 'pressurehpa' },
|
{text: 'Pressure (hPa)', value: 'pressurehpa' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user