mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +02:00
better enable popout
This commit is contained in:
parent
efee9cdd53
commit
4a69e03a5b
@ -29,9 +29,9 @@ const Token = (props) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className={"popover"}>
|
<div className={"popover"}>
|
||||||
<p>Use the following token to <strong>zrok enable</strong> your shell:</p>
|
<h3>Enable zrok access in your shell:</h3>
|
||||||
<pre>
|
<pre>
|
||||||
{props.user.token}
|
$ zrok enable {props.user.token}
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user