fix: byte units (#4419)
This commit is contained in:
parent
e0e0689846
commit
597821b3bb
4 changed files with 19 additions and 19 deletions
|
@ -17,7 +17,7 @@ export default () => {
|
|||
const previous = useRef<Record<'tx' | 'rx', number>>({ tx: -1, rx: -1 });
|
||||
|
||||
const cpu = useChartTickLabel('CPU', limits.cpu, '%', 2);
|
||||
const memory = useChartTickLabel('Memory', limits.memory, 'MB');
|
||||
const memory = useChartTickLabel('Memory', limits.memory, 'MiB');
|
||||
const network = useChart('Network', {
|
||||
sets: 2,
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue