Skip to content

Commit

Permalink
Update HostsDialog.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
fodhelper authored Apr 3, 2024
1 parent 76b6bc4 commit af17224
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions app/dashboard/src/components/HostsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,18 @@ const AccordionInbound: FC<AccordionInboundType> = ({
</Badge>{" "}
{t("hostsDialog.currentServer")}
</Text>
<Text mt={1}>
<Badge>
{"{"}SERVER_IPV4{"}"}
</Badge>{" "}
{t("hostsDialog.currentServerv4")}
</Text>
<Text mt={1}>
<Badge>
{"{"}SERVER_IPV6{"}"}
</Badge>{" "}
{t("hostsDialog.currentServerv6")}
</Text>
<Text mt={1}>
<Badge>
{"{"}USERNAME{"}"}
Expand Down Expand Up @@ -372,6 +384,18 @@ const AccordionInbound: FC<AccordionInboundType> = ({
</Badge>{" "}
{t("hostsDialog.currentServer")}
</Text>
<Text mt={1}>
<Badge>
{"{"}SERVER_IPV4{"}"}
</Badge>{" "}
{t("hostsDialog.currentServerv4")}
</Text>
<Text mt={1}>
<Badge>
{"{"}SERVER_IPV6{"}"}
</Badge>{" "}
{t("hostsDialog.currentServerv6")}
</Text>
<Text mt={1}>
<Badge>
{"{"}USERNAME{"}"}
Expand Down

0 comments on commit af17224

Please sign in to comment.