Browse Source

ref(crons): Rename `monitors` view -> `overview` (#50331)

Evan Purkhiser 1 year ago
parent
commit
bd57decb7a
2 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/routes.tsx
  2. 0 0
      static/app/views/monitors/overview.tsx

+ 1 - 1
static/app/routes.tsx

@@ -1293,7 +1293,7 @@ function buildRoutes() {
   const cronsChildRoutes = ({forCustomerDomain}: {forCustomerDomain: boolean}) => {
     return (
       <Fragment>
-        <IndexRoute component={make(() => import('sentry/views/monitors/monitors'))} />
+        <IndexRoute component={make(() => import('sentry/views/monitors/overview'))} />
         <Route
           path={
             forCustomerDomain ? '/crons/create/' : '/organizations/:orgId/crons/create/'

+ 0 - 0
static/app/views/monitors/monitors.tsx → static/app/views/monitors/overview.tsx