From d79cfcfe6176d8583f83e85a23b39ce76159dc25 Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 14 May 2026 13:57:01 -0500 Subject: [PATCH] fix(site): move docs link to primary header on observability page (#25313) Move the "Read the docs" button from the Audit Logging subsection up to the primary Observability header's `actions` prop, matching the layout pattern used by General, Network, and other deployment settings pages. Also updates the docs URL from `/admin/security/audit-logs` to `/admin/monitoring` to reflect the page-level scope. > Generated by Coder Agents on behalf of @designertyler --------- Co-authored-by: TJ --- .../ObservabilitySettingsPageView.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/site/src/pages/DeploymentSettingsPage/ObservabilitySettingsPage/ObservabilitySettingsPageView.tsx b/site/src/pages/DeploymentSettingsPage/ObservabilitySettingsPage/ObservabilitySettingsPageView.tsx index e18d1ff049..6970caf059 100644 --- a/site/src/pages/DeploymentSettingsPage/ObservabilitySettingsPage/ObservabilitySettingsPageView.tsx +++ b/site/src/pages/DeploymentSettingsPage/ObservabilitySettingsPage/ObservabilitySettingsPageView.tsx @@ -33,15 +33,13 @@ export const ObservabilitySettingsPageView: FC< return (
- + } + > Observability - - } - > + Audit Logging