Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/cd8c224ffad5bb0e120441ed3b62f50130ce4329?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix: wg-easy disabled field not visible ()

pull/4097/head
shamoon 6 months ago 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}> <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…
Cancel
Save