Skip to content

Commit

Permalink
ref(uptime): Add title to uptime details (#83115)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored Jan 8, 2025
1 parent 6783cad commit 6a0c2e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/app/views/alerts/rules/uptime/details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import LoadingIndicator from 'sentry/components/loadingIndicator';
import {DatePageFilter} from 'sentry/components/organizations/datePageFilter';
import {EnvironmentPageFilter} from 'sentry/components/organizations/environmentPageFilter';
import PageFilterBar from 'sentry/components/organizations/pageFilterBar';
import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle';
import {IconEdit} from 'sentry/icons';
import {t} from 'sentry/locale';
import {space} from 'sentry/styles/space';
Expand Down Expand Up @@ -68,6 +69,7 @@ export default function UptimeAlertDetails({params}: UptimeAlertDetailsProps) {

return (
<Layout.Page>
<SentryDocumentTitle title={`${uptimeRule.name} — Alerts`} />
<Layout.Header>
<Layout.HeaderContent>
<Breadcrumbs
Expand Down

0 comments on commit 6a0c2e0

Please sign in to comment.