rename cpu to load in default block

This commit is contained in:
theshaun 2023-05-13 17:44:13 +10:00 committed by shamoon
parent 668779ede1
commit 865206802c

View file

@ -23,7 +23,7 @@ export default function Component({ service }) {
if (!systemData || !interfaceData) {
return (
<Container service={service}>
<Block label="pfsenseapi.cpu" />
<Block label="pfsenseapi.load" />
<Block label="pfsenseapi.memory" />
{showDiskUsage && <Block label="pfsenseapi.disk" />}
<Block label="pfsenseapi.temp" />