Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RegApp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janis Streib
RegApp
Commits
33347bb1
Commit
33347bb1
authored
8 months ago
by
Michael Simon
Browse files
Options
Downloads
Patches
Plain Diff
NO_STORY fix table styling
parent
a4ddcf0c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bwreg-webapp/src/main/webapp/project/edit-local-project-admins.xhtml
+4
-2
4 additions, 2 deletions
...p/src/main/webapp/project/edit-local-project-admins.xhtml
with
4 additions
and
2 deletions
bwreg-webapp/src/main/webapp/project/edit-local-project-admins.xhtml
+
4
−
2
View file @
33347bb1
...
...
@@ -57,7 +57,8 @@
</p:outputPanel>
<p:dataTable
id=
"dataTableAllMemberList"
var=
"member"
value=
"#{userEditLocalProjectAdminsBean.memberList}"
paginator=
"true"
lazy=
"true"
rows=
"15"
>
lazy=
"true"
rows=
"15"
style=
"width:auto; font-size: 1.2rem;"
>
<p:column
sortBy=
"#{member.prefUser.id}"
style=
"width:128px;"
>
<f:facet
name=
"header"
>
<h:outputText
value=
"#{messages.id}"
/>
...
...
@@ -97,7 +98,8 @@
<h6
style=
"margin-top: 1em;"
><h:outputText
value=
"#{messages['project.edit_admins.remove_admin']}"
/></h6>
<div
class=
"text"
><h:outputText
value=
"#{messages['project.edit_admins.remove_admin_text']}"
/></div>
<p:dataTable
id=
"dataTableAdmins"
var=
"a"
value=
"#{userEditLocalProjectAdminsBean.adminList}"
paginator=
"true"
rows=
"15"
>
rows=
"15"
style=
"width:auto; font-size: 1.2rem;"
>
<p:column>
<f:facet
name=
"header"
>
<h:outputText
value=
"#{messages.id}"
/>
...
...
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