mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
change the unit of measurement from TB to TiB (#13686)
This commit is contained in:
parent
fb268add7a
commit
7b82411e6f
@ -179,7 +179,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "decbytes"
|
||||
"unit": "bytes"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
@ -254,7 +254,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "decbytes"
|
||||
"unit": "bytes"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
@ -370,7 +370,7 @@
|
||||
"yaxes": [
|
||||
{
|
||||
"$$hashKey": "object:419",
|
||||
"format": "decbytes",
|
||||
"format": "bytes",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
@ -379,7 +379,7 @@
|
||||
},
|
||||
{
|
||||
"$$hashKey": "object:420",
|
||||
"format": "decbytes",
|
||||
"format": "bytes",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
@ -559,7 +559,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "decbytes"
|
||||
"unit": "bytes"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
|
@ -179,7 +179,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "decbytes"
|
||||
"unit": "bytes"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
@ -254,7 +254,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "decbytes"
|
||||
"unit": "bytes"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
@ -370,7 +370,7 @@
|
||||
"yaxes": [
|
||||
{
|
||||
"$$hashKey": "object:419",
|
||||
"format": "decbytes",
|
||||
"format": "bytes",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
@ -379,7 +379,7 @@
|
||||
},
|
||||
{
|
||||
"$$hashKey": "object:420",
|
||||
"format": "decbytes",
|
||||
"format": "bytes",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
@ -559,7 +559,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "decbytes"
|
||||
"unit": "bytes"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user