rename cpu to load in default block
This commit is contained in:
parent
668779ede1
commit
865206802c
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue