Fix error glances cpu data not available yet (#1932)

pull/1936/head
shamoon 1 year ago committed by GitHub
parent 9569f56aa5
commit 89f2e9739d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save