mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Units: Added bitcoin units milli-bitcoin (mBTC) and micro-bitcoin (μBTC) (#24182)
* Update Bitcoin Currency to use proper symbol, add mBTC and μBTC * Apply suggestions from code review Co-authored-by: Marcus Andersson <systemvetaren@gmail.com> * Revert Bitcoin to use '฿' Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
This commit is contained in:
co-authored by
Marcus Andersson
parent
1b65e889be
commit
d3c57ac251
@@ -428,6 +428,14 @@
|
||||
{
|
||||
"text": "Bitcoin (฿)",
|
||||
"value": "currencyBTC"
|
||||
},
|
||||
{
|
||||
"text": "Milli Bitcoin (mBTC)",
|
||||
"value": "currencymBTC"
|
||||
},
|
||||
{
|
||||
"text": "Micro Bitcoin (μBTC)",
|
||||
"value": "currencyμBTC"
|
||||
}
|
||||
],
|
||||
"text": "currency"
|
||||
|
||||
Reference in New Issue
Block a user