mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
Fix: wg-easy disabled field not visible (#4096)
This commit is contained in:
parent
b1ca6b8e1a
commit
cd8c224ffa
@ -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>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user