Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Minds Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Minds
Minds Frontend
Merge requests
!634
Analytics components refactor and summary tab
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Analytics components refactor and summary tab
generic-layout-2194
into
master
Overview
0
Commits
29
Pipelines
5
Changes
54
Merged
Olivia Madrid
requested to merge
generic-layout-2194
into
master
5 years ago
Overview
0
Commits
29
Pipelines
5
Changes
1
Expand
Contains:
analytics summary tab
common sidebar menu
generic responsive page + sidebar layout
generic shadowbox/shadowbox header layouts
reusable chartV2 component with optional 'mini' mode (used in summary tab)
Closes
#2202 (closed)
Edited
5 years ago
by
Olivia Madrid
0
0
Merge request reports
Compare
version 2
version 4
27963f73
5 years ago
version 3
fff3acb5
5 years ago
version 2
826789e8
5 years ago
version 1
e00eb814
5 years ago
master (base)
and
version 3
latest version
3f10f33b
29 commits,
5 years ago
version 4
27963f73
27 commits,
5 years ago
version 3
fff3acb5
26 commits,
5 years ago
version 2
826789e8
25 commits,
5 years ago
version 1
e00eb814
24 commits,
5 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/app/modules/analytics/v2/layouts/layout-summary/layout-summary.component.ts
+
1
−
1
Options
@@ -61,7 +61,7 @@ export class AnalyticsLayoutSummaryComponent implements OnInit {
},
];
constructor
(
private
client
:
Client
,
pr
ivate
session
:
Session
)
{}
constructor
(
private
client
:
Client
,
pr
otected
session
:
Session
)
{}
ngOnInit
()
{
// TODO: confirm how permissions/security will work
Loading