-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apply jenkins styling to selects #472
base: master
Are you sure you want to change the base?
Conversation
also remove the obsolete blockwrapper
@@ -34,7 +33,7 @@ xmlns:fo="/lib/folder"> | |||
(<i:formatDate value="${it.timestamp.time}" type="both" dateStyle="medium" timeStyle="medium"/>) | |||
</j:if> | |||
</t:buildCaption> | |||
<fo:blockWrapper> | |||
<table style="margin-top: 1em; margin-left:1em;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually it was wrong when the blockwrapper was introduced to use it here. The t:summary
is explicitly requiring a surrounding table as it itself creates a <tr>
Though I couldn't find a way how to make this page show up anywhere. I think it would require having a ComputedFolder that keeps kind of an execution history of the computations but branch-api doesn't do that
Might be a lot to ask, but could you introduce before/after screenshots in your pull request description? Thanks @mawinter69 |
done |
the test error looks unrelated |
also remove the obsolete blockwrapper
Before:

Selecting the default view
Moving an item

After:

Selecting the default view:
Moving an item

Testing done:
Gone to move page of a job and verified that it still works
Proposed changelog entries
Submitter checklist
* Use the
Internal:
prefix if the change has no user-visible impact (API, test frameworks, etc.)