mirror of
https://github.com/openziti/zrok.git
synced 2025-04-11 21:08:26 +02:00
missing <code/>
This commit is contained in:
parent
fde3f574c8
commit
8d0c1aade9
@ -90,7 +90,7 @@ const AccessPanel = ({ access }: AccessPanelProps) => {
|
|||||||
<Grid2 display="flex" component="h3">{ access.data.bindAddress ? access.data.bindAddress : String(access.data.label)}</Grid2>
|
<Grid2 display="flex" component="h3">{ access.data.bindAddress ? access.data.bindAddress : String(access.data.label)}</Grid2>
|
||||||
</Grid2>
|
</Grid2>
|
||||||
<Grid2 container sx={{ flexGrow: 1, mt: 0, mb: 2, p: 0 }} alignItems="center">
|
<Grid2 container sx={{ flexGrow: 1, mt: 0, mb: 2, p: 0 }} alignItems="center">
|
||||||
<h5 style={{ margin: 0 }}>A private access frontend {detail && detail.bindAddress ? <span>at <code>{detail.bindAddress}</code></span> : <span>with frontend token {detail?.frontendToken}</span>}</h5>
|
<h5 style={{ margin: 0 }}>A private access frontend {detail && detail.bindAddress ? <span>at <code>{detail.bindAddress}</code></span> : <span>with frontend token <code>{detail?.frontendToken}</code></span>}</h5>
|
||||||
</Grid2>
|
</Grid2>
|
||||||
{ limited ? <BandwidthLimitedWarning /> : null }
|
{ limited ? <BandwidthLimitedWarning /> : null }
|
||||||
<Grid2 container sx={{ flexGrow: 1, mb: 3 }} alignItems="left">
|
<Grid2 container sx={{ flexGrow: 1, mb: 3 }} alignItems="left">
|
||||||
|
Loading…
Reference in New Issue
Block a user