1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-09 08:29:04 +01:00

Fix: wg-easy disabled field not visible ()

This commit is contained in:
shamoon 2024-10-06 06:33:47 -07:00 committed by GitHub
parent b1ca6b8e1a
commit cd8c224ffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,7 +38,7 @@ export default function Component({ service }) {
<Container service={service}>
<Block label="wgeasy.connected" value={connected} />
<Block label="wgeasy.enabled" value={enabled} />
<Block label="wgeasy.diabled" value={disabled} />
<Block label="wgeasy.disabled" value={disabled} />
<Block label="wgeasy.total" value={infoData.length} />
</Container>
);