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
a64ff2df
Commit
a64ff2df
authored
4 years ago
by
Hamza HRAMCHI
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #13495 TIME 0:10 add a button to empty the filter
parent
4751cb24
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/frontend/app/administration/group/groups-administration.component.html
+2
-0
2 additions, 0 deletions
...administration/group/groups-administration.component.html
src/lang/lang-fr.json
+2
-1
2 additions, 1 deletion
src/lang/lang-fr.json
with
4 additions
and
1 deletion
src/frontend/app/administration/group/groups-administration.component.html
+
2
−
0
View file @
a64ff2df
...
...
@@ -33,6 +33,8 @@
<div
class=
"col-md-6 col-xs-6"
>
<mat-form-field>
<input
matInput
[formControl]=
"adminService.getFilterField()"
placeholder=
"{{'lang.filterBy' | translate}}"
>
<mat-icon
*ngIf=
"adminService.searchTerm.value !== ''"
matSuffix
class=
"fas fa-times"
[title]=
"'lang.clearFilter' | translate"
style=
"font-size: 15px; cursor: pointer;"
color=
"primary"
(click)=
"adminService.searchTerm.setValue('')"
></mat-icon>
</mat-form-field>
</div>
<div
class=
"col-md-6 col-xs-6"
>
...
...
This diff is collapsed.
Click to expand it.
src/lang/lang-fr.json
+
2
−
1
View file @
a64ff2df
...
...
@@ -2210,5 +2210,6 @@
"addDateBlock"
:
"Ajouter le bloc date"
,
"addSignaturePosition"
:
"Ajouter la position de signature"
,
"basketsToRedirect"
:
"Bannettes à rediriger"
,
"maileva_digital_registered_mail"
:
"Lettre recommandée en ligne"
"maileva_digital_registered_mail"
:
"Lettre recommandée en ligne"
,
"clearFilter"
:
"Effacer le filtre"
}
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