File tree 1 file changed +8
-5
lines changed
static/app/views/insights/sessions/views 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import type {Project} from 'sentry/types/project';
11
11
import * as ModuleLayout from 'sentry/views/insights/common/components/moduleLayout' ;
12
12
import { ModulePageProviders } from 'sentry/views/insights/common/components/modulePageProviders' ;
13
13
import { ModulesOnboardingPanel } from 'sentry/views/insights/common/components/modulesOnboarding' ;
14
+ import { ToolRibbon } from 'sentry/views/insights/common/components/ribbon' ;
14
15
import { FrontendHeader } from 'sentry/views/insights/pages/frontend/frontendPageHeader' ;
15
16
import { FRONTEND_LANDING_SUB_PATH } from 'sentry/views/insights/pages/frontend/settings' ;
16
17
import { MobileHeader } from 'sentry/views/insights/pages/mobile/mobilePageHeader' ;
@@ -41,11 +42,13 @@ export function SessionsOverview() {
41
42
< Layout . Main fullWidth >
42
43
< ModuleLayout . Layout >
43
44
< ModuleLayout . Full >
44
- < PageFilterBar >
45
- < ProjectPageFilter resetParamsOnChange = { [ 'cursor' ] } />
46
- < EnvironmentPageFilter resetParamsOnChange = { [ 'cursor' ] } />
47
- < DatePageFilter />
48
- </ PageFilterBar >
45
+ < ToolRibbon >
46
+ < PageFilterBar >
47
+ < ProjectPageFilter resetParamsOnChange = { [ 'cursor' ] } />
48
+ < EnvironmentPageFilter resetParamsOnChange = { [ 'cursor' ] } />
49
+ < DatePageFilter />
50
+ </ PageFilterBar >
51
+ </ ToolRibbon >
49
52
</ ModuleLayout . Full >
50
53
{ showOnboarding ? (
51
54
< ModuleLayout . Full >
You can’t perform that action at this time.
0 commit comments