-
Notifications
You must be signed in to change notification settings - Fork 33
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
[JENKINS-64341] Fix for tables-to-divs #9
Conversation
cc @timja, @fqueiruga, @fbelzunc |
@@ -66,14 +66,14 @@ | |||
<j:scope> | |||
<j:set var="descriptor" value="${descriptor.transferDescriptor}"/> | |||
<f:repeatable items="${instance.transfers}" var="instance" name="transfers" minimum="1" header="${m.transfers_dragAndDropLabel()}" add="${m.addTransfer()}"> | |||
<table width="100%" padding="0"> | |||
<p:blockWrapper> |
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.
isn't there more files that need changing? see https://github.com/jenkinsci/publish-over-ftp-plugin/search?q=table
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.
Ups! You are totally right
It seems that this PR contains the same changes in #8. Feel free to close this and merge the other. |
Got permissions in https://groups.google.com/u/1/g/jenkinsci-dev/c/XXztPiLDPmM |
Jira: JENKINS-64341
What has been done
Screenshots
How to test
Manage Jenkins > Configure system