mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Update posture checks documentation links (#339)
This commit is contained in:
@@ -48,7 +48,7 @@ export default function PostureChecksPage() {
|
|||||||
</Paragraph>
|
</Paragraph>
|
||||||
<Paragraph>
|
<Paragraph>
|
||||||
Learn more about
|
Learn more about
|
||||||
<InlineLink href={"#"} target={"_blank"}>
|
<InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks"} target={"_blank"}>
|
||||||
Posture Checks
|
Posture Checks
|
||||||
<ExternalLinkIcon size={12} />
|
<ExternalLinkIcon size={12} />
|
||||||
</InlineLink>
|
</InlineLink>
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ const CheckContent = ({ value, onChange }: Props) => {
|
|||||||
<div className={"w-full"}>
|
<div className={"w-full"}>
|
||||||
<Paragraph className={"text-sm mt-auto"}>
|
<Paragraph className={"text-sm mt-auto"}>
|
||||||
Learn more about
|
Learn more about
|
||||||
<InlineLink href={"#"} target={"_blank"}>
|
<InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks#geolocation-check"} target={"_blank"}>
|
||||||
Country & Region Check
|
Country & Region Check
|
||||||
<ExternalLinkIcon size={12} />
|
<ExternalLinkIcon size={12} />
|
||||||
</InlineLink>
|
</InlineLink>
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ const CheckContent = ({ value, onChange }: Props) => {
|
|||||||
<div className={"w-full"}>
|
<div className={"w-full"}>
|
||||||
<Paragraph className={"text-sm mt-auto"}>
|
<Paragraph className={"text-sm mt-auto"}>
|
||||||
Learn more about
|
Learn more about
|
||||||
<InlineLink href={"#"} target={"_blank"}>
|
<InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks#net-bird-client-version-check"} target={"_blank"}>
|
||||||
Client Version Check
|
Client Version Check
|
||||||
<ExternalLinkIcon size={12} />
|
<ExternalLinkIcon size={12} />
|
||||||
</InlineLink>
|
</InlineLink>
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ const CheckContent = ({ value, onChange }: Props) => {
|
|||||||
<div className={"w-full"}>
|
<div className={"w-full"}>
|
||||||
<Paragraph className={"text-sm mt-auto"}>
|
<Paragraph className={"text-sm mt-auto"}>
|
||||||
Learn more about
|
Learn more about
|
||||||
<InlineLink href={"#"} target={"_blank"}>
|
<InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks#operating-system-version-check"} target={"_blank"}>
|
||||||
Operating System Check
|
Operating System Check
|
||||||
<ExternalLinkIcon size={12} />
|
<ExternalLinkIcon size={12} />
|
||||||
</InlineLink>
|
</InlineLink>
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ export default function PostureCheckModal({
|
|||||||
Learn more about
|
Learn more about
|
||||||
<InlineLink
|
<InlineLink
|
||||||
href={
|
href={
|
||||||
"https://docs.netbird.io/how-to/routing-traffic-to-private-networks"
|
"https://docs.netbird.io/how-to/manage-posture-checks"
|
||||||
}
|
}
|
||||||
target={"_blank"}
|
target={"_blank"}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ export default function PostureCheckTable({ postureChecks, isLoading }: Props) {
|
|||||||
learnMore={
|
learnMore={
|
||||||
<>
|
<>
|
||||||
Learn more about
|
Learn more about
|
||||||
<InlineLink href={"#"} target={"_blank"}>
|
<InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks"} target={"_blank"}>
|
||||||
Posture Checks
|
Posture Checks
|
||||||
<ExternalLinkIcon size={12} />
|
<ExternalLinkIcon size={12} />
|
||||||
</InlineLink>
|
</InlineLink>
|
||||||
|
|||||||
Reference in New Issue
Block a user