forked from Alex/Pterodactyl-Panel
CPU Graph change (#3804)
This commit is contained in:
parent
15619fb8e4
commit
66c56b0da8
@ -97,6 +97,7 @@ export default () => {
|
||||
setCpu(
|
||||
new Chart(node.getContext('2d')!, chartDefaults({
|
||||
callback: (value) => `${value}% `,
|
||||
suggestedMax: limits.cpu,
|
||||
})),
|
||||
);
|
||||
}, []);
|
||||
|
Loading…
Reference in New Issue
Block a user