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
3
Snippets
Groups
Projects
Show more breadcrumbs
Minds
Minds Frontend
Merge requests
!295
Admin firehose
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Admin firehose
brianhatchet/front:admin_firehose
into
master
Overview
9
Commits
19
Pipelines
16
Changes
13
Merged
Brian Hatchet
requested to merge
brianhatchet/front:admin_firehose
into
master
5 years ago
Overview
7
Commits
19
Pipelines
16
Changes
5
Expand
0
0
Merge request reports
Compare
version 5
version 17
d71fb6a3
5 years ago
version 16
a0dadbd5
5 years ago
version 15
14e57d3a
5 years ago
version 14
e4c08b46
5 years ago
version 13
158278fd
5 years ago
version 12
272501b6
5 years ago
version 11
272501b6
5 years ago
version 10
4243f5bd
5 years ago
version 9
b1d0f465
5 years ago
version 8
ca16369c
5 years ago
version 7
bd8b5f50
5 years ago
version 6
76ac4c78
5 years ago
version 5
0a59370c
5 years ago
version 4
2ed734e3
5 years ago
version 3
f5b78635
5 years ago
version 2
f5b78635
5 years ago
version 1
af8f7183
5 years ago
master (base)
and
version 6
latest version
4e769467
19 commits,
5 years ago
version 17
d71fb6a3
18 commits,
5 years ago
version 16
a0dadbd5
17 commits,
5 years ago
version 15
14e57d3a
15 commits,
5 years ago
version 14
e4c08b46
13 commits,
5 years ago
version 13
158278fd
11 commits,
5 years ago
version 12
272501b6
10 commits,
5 years ago
version 11
272501b6
42 commits,
5 years ago
version 10
4243f5bd
39 commits,
5 years ago
version 9
b1d0f465
8 commits,
5 years ago
version 8
ca16369c
7 commits,
5 years ago
version 7
bd8b5f50
6 commits,
5 years ago
version 6
76ac4c78
5 commits,
5 years ago
version 5
0a59370c
4 commits,
5 years ago
version 4
2ed734e3
3 commits,
5 years ago
version 3
f5b78635
2 commits,
5 years ago
version 2
f5b78635
19 commits,
5 years ago
version 1
af8f7183
18 commits,
5 years ago
Show latest version
5 files
+
13
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/app/common/components/nsfw-selector/nsfw-selector.component.ts
+
1
−
1
Options
@@ -2,7 +2,7 @@ import {
Component
,
EventEmitter
,
Input
,
Output
Output
,
}
from
'
@angular/core
'
;
import
{
NSFWSelectorCreatorService
,
Loading