mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Fix: wg-easy disabled field not visible (#4096)
This commit is contained in:
parent
b1ca6b8e1a
commit
cd8c224ffa
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default function Component({ service }) {
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block label="wgeasy.connected" value={connected} />
|
<Block label="wgeasy.connected" value={connected} />
|
||||||
<Block label="wgeasy.enabled" value={enabled} />
|
<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} />
|
<Block label="wgeasy.total" value={infoData.length} />
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue