chore: support dns use_username_in_magic_dns config
This commit is contained in:
parent
90f0bf2555
commit
58e98278d1
6 changed files with 16 additions and 10 deletions
|
|
@ -36,7 +36,6 @@ export default function Add({ magic }: Props) {
|
|||
{' '}
|
||||
<Code>
|
||||
[machine].
|
||||
{username.length > 0 ? username : '[username]'}
|
||||
.
|
||||
{magic}
|
||||
</Code>
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ export default function Rename({ username, magic }: Props) {
|
|||
{' '}
|
||||
<Code>
|
||||
[machine].
|
||||
{newName.length > 0 ? newName : '[new-username]'}
|
||||
.
|
||||
{magic}
|
||||
</Code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue