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
Christian Kleifges
RegApp
Commits
b5e6eb9a
Commit
b5e6eb9a
authored
5 months ago
by
Mohammed Sayed
Browse files
Options
Downloads
Patches
Plain Diff
ISSUE-217 add margin-top to available services in show-local-project
parent
61b78faf
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/show-local-project.xhtml
+1
-1
1 addition, 1 deletion
...g-webapp/src/main/webapp/project/show-local-project.xhtml
with
1 addition
and
1 deletion
bwreg-webapp/src/main/webapp/project/show-local-project.xhtml
+
1
−
1
View file @
b5e6eb9a
...
...
@@ -61,7 +61,7 @@
<h:outputText
style=
"font-weight:bold;"
value=
"#{messages.available_services}:"
/>
<ui:repeat
value=
"#{userShowLocalProjectBean.entity.projectServices}"
var=
"s"
>
<div
style=
"font-weight:bold;"
><h:outputText
value=
"#{s.service.name} (#{s.status})"
style=
"font-weight:bold;"
/></div>
<div
style=
"font-weight:bold;
margin-top:0.4em;
"
><h:outputText
value=
"#{s.service.name} (#{s.status})"
style=
"font-weight:bold;"
/></div>
</ui:repeat>
</h:panelGrid>
...
...
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