mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
Fix label for PBS when data not returned yet
This commit is contained in:
parent
2fae4acd4a
commit
486b376dca
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default function Component({ service }) {
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block label="proxmoxbackupserver.datastore_usage" />
|
<Block label="proxmoxbackupserver.datastore_usage" />
|
||||||
<Block label="proxmoxbackupserver.failed_tasks" />
|
<Block label="proxmoxbackupserver.failed_tasks_24h" />
|
||||||
<Block label="proxmoxbackupserver.cpu_usage" />
|
<Block label="proxmoxbackupserver.cpu_usage" />
|
||||||
<Block label="proxmoxbackupserver.memory_usage" />
|
<Block label="proxmoxbackupserver.memory_usage" />
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue