Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchParapheur
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchParapheur
Commits
6c1ae00c
Commit
6c1ae00c
authored
2 years ago
by
Hamza HRAMCHI
Browse files
Options
Downloads
Patches
Plain Diff
FIX #20520 TIME 0:10 fix css + searchbar display
parent
76497a16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/frontend/app/administration/group/group.component.html
+5
-5
5 additions, 5 deletions
src/frontend/app/administration/group/group.component.html
with
5 additions
and
5 deletions
src/frontend/app/administration/group/group.component.html
+
5
−
5
View file @
6c1ae00c
...
...
@@ -27,6 +27,9 @@
<ion-item
lines=
"none"
*ngIf=
"!creationMode"
>
<ion-label
color=
"secondary"
>
{{'lang.linkedUsers' | translate}} :
</ion-label>
</ion-item>
<ion-searchbar
[placeholder]=
"'lang.filter' | translate"
style=
"margin-left: 4x; display: flex; width: 50%;"
(ionChange)=
"applyFilter($event.detail.value)"
>
</ion-searchbar>
<ion-card
*ngIf=
"!creationMode"
style=
"height: 400px; overflow-y: auto;"
>
<ion-list>
<ion-item
style=
"position: sticky;top:0px;z-index:1;"
>
...
...
@@ -38,12 +41,9 @@
{{'lang.' + col | translate}}
</div>
</ng-container>
<div
style=
"flex: 1;text-align: left; display: flex;"
*ngIf=
"displayedColumns.indexOf('actions') > -1"
>
<ion-searchbar
[placeholder]=
"'lang.filter' | translate"
style=
"padding: 1px;"
(ionChange)=
"applyFilter($event.detail.value)"
>
</ion-searchbar>
<div
style=
"flex: 1;text-align: right;"
*ngIf=
"displayedColumns.indexOf('actions') > -1"
>
<ion-button
slot=
"end"
color=
"primary"
fille=
"outline"
shape=
"round"
style=
"margin-left: 20px; margin-top: 10px;"
(click)=
"openUserList()"
>
(click)=
"openUserList()"
>
{{'lang.add' | translate}}
</ion-button>
</div>
...
...
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