mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
Fix error glances cpu data not available yet (#1932)
This commit is contained in:
parent
9569f56aa5
commit
89f2e9739d
@ -60,7 +60,7 @@ export default function Component({ service }) {
|
||||
/>
|
||||
)}
|
||||
|
||||
{ !chart && (
|
||||
{ !chart && systemData && !systemError && (
|
||||
<Block position="top-3 right-3">
|
||||
<div className="text-xs opacity-50">
|
||||
{systemData.linux_distro && `${systemData.linux_distro} - ` }
|
||||
|
Loading…
x
Reference in New Issue
Block a user