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:
parent
79cb5e645c
commit
05119a1d16
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user