Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
163290c1
Verified
Commit
163290c1
authored
6 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
clean useless import
parent
1c4ca99c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/frontend/app/diffusions/diffusions-list.component.scss
+1
-1
1 addition, 1 deletion
src/frontend/app/diffusions/diffusions-list.component.scss
src/frontend/app/diffusions/diffusions-list.component.ts
+1
-2
1 addition, 2 deletions
src/frontend/app/diffusions/diffusions-list.component.ts
with
2 additions
and
3 deletions
src/frontend/app/diffusions/diffusions-list.component.scss
+
1
−
1
View file @
163290c1
...
...
@@ -40,5 +40,5 @@
}
.roleList
{
padding-bottom
:
2
0px
;
padding-bottom
:
4
0px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/frontend/app/diffusions/diffusions-list.component.ts
+
1
−
2
View file @
163290c1
...
...
@@ -2,9 +2,8 @@ import { Component, Input, OnInit } from '@angular/core';
import
{
HttpClient
}
from
'
@angular/common/http
'
;
import
{
LANG
}
from
'
../translate.component
'
;
import
{
NotificationService
}
from
'
../notification.service
'
;
import
{
CdkDragDrop
,
moveItemInArray
,
transferArrayItem
,
CdkDrag
}
from
'
@angular/cdk/drag-drop
'
;
import
{
CdkDragDrop
,
transferArrayItem
}
from
'
@angular/cdk/drag-drop
'
;
import
{
AutoCompletePlugin
}
from
'
../../plugins/autocomplete.plugin
'
;
import
{
ConstantPool
}
from
'
@angular/compiler
'
;
declare
function
$j
(
selector
:
any
):
any
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment