0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00

Link config docs in the instance/status page (#5823)

* Link config docs in the instance/status page

* improve padding

Co-authored-by: Marius Andra <marius.andra@gmail.com>
This commit is contained in:
Tiina Turban 2021-09-07 15:15:39 +02:00 committed by GitHub
parent 79cb5e645c
commit 05119a1d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ import { systemStatusLogic } from './systemStatusLogic'
import { useValues } from 'kea'
import { SystemStatusSubrows } from '~/types'
import { preflightLogic } from 'scenes/PreflightCheck/logic'
import { IconExternalLink } from 'lib/components/icons'
function RenderValue(value: any): JSX.Element | string {
if (typeof value === 'boolean') {
@ -56,6 +57,15 @@ export function OverviewTab(): JSX.Element {
<h3 className="l3" style={{ marginTop: 32 }}>
Configuration options
</h3>
<p>
<a
href="https://posthog.com/docs/self-host#Configure?utm_medium=in-product"
rel="noopener"
target="_blank"
>
Learn more <IconExternalLink style={{ verticalAlign: 'middle' }} />
</a>
</p>
<Table
className="system-config-table"
size="small"