mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 13:35:24 +00:00
fix typo
This commit is contained in:
parent
6fb9f80383
commit
163f8dd521
@ -26,8 +26,8 @@ export enum MetricQueryTypes {
|
||||
export enum Calculations {
|
||||
Percentage = "percentage",
|
||||
ByteToKB = "byteToKB",
|
||||
ByteToMB = "ByteToMB",
|
||||
ByteToGB = "ByteToGB",
|
||||
ByteToMB = "byteToMB",
|
||||
ByteToGB = "byteToGB",
|
||||
Apdex = "apdex",
|
||||
Precision = "precision",
|
||||
ConvertSeconds = "convertSeconds",
|
||||
|
Loading…
Reference in New Issue
Block a user