mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-17 02:09:49 +00:00
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
Add a link
Reference in a new issue