mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-16 08:16:18 +02:00
proxy: fix connect command in routes portal (#5475)
This commit is contained in:
parent
3043e98fab
commit
6e22b7a19a
3 changed files with 29 additions and 2 deletions
|
@ -76,7 +76,11 @@ const RouteCard: FC<RouteCardProps> = ({ route }) => {
|
|||
{route.connect_command && (
|
||||
<Box
|
||||
component="span"
|
||||
sx={{ fontFamily: '"DM Mono"', fontSize: "12px" }}
|
||||
sx={{
|
||||
fontFamily: '"DM Mono"',
|
||||
fontSize: "12px",
|
||||
wordBreak: "break-all",
|
||||
}}
|
||||
>
|
||||
{route.connect_command}
|
||||
</Box>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue