mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Shorten percent unit labels.
This commit is contained in:
@@ -462,13 +462,13 @@ function($, _) {
|
||||
{
|
||||
text: 'none',
|
||||
submenu: [
|
||||
{text: 'none' , value: 'none' },
|
||||
{text: 'short', value: 'short' },
|
||||
{text: 'scaled percentage (0-100)', value: 'percent' },
|
||||
{text: 'unit percentage (0.0-1.0)', value: 'percentunit'},
|
||||
{text: 'Humidity (%H)', value: 'humidity' },
|
||||
{text: 'ppm', value: 'ppm' },
|
||||
{text: 'decibel', value: 'dB' },
|
||||
{text: 'none' , value: 'none' },
|
||||
{text: 'short', value: 'short' },
|
||||
{text: 'percent (0-100)', value: 'percent' },
|
||||
{text: 'percent (0.0-1.0)', value: 'percentunit'},
|
||||
{text: 'Humidity (%H)', value: 'humidity' },
|
||||
{text: 'ppm', value: 'ppm' },
|
||||
{text: 'decibel', value: 'dB' },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user