Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Done
Description
As Jenkins Plugin Developer, I would like to be able to choose between different layouts through <l:layout>:
- one-column (equlavent to full-width size)
- two-column (currently the most popular: side-content + main content)
New alternatives can be included.
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | JENKINS-31156 [ 165812 ] |
Description | TODO | As Jenkins Plugin Developer, I would like to be able to choose between different layouts throught {{<l:layout>}}. |
Description | As Jenkins Plugin Developer, I would like to be able to choose between different layouts throught {{<l:layout>}}. |
As Jenkins Plugin Developer, I would like to be able to choose between different layouts through {{<l:layout>}}: * one-column (equlavent to full-width size) * two-column (currently the most popular: side-content + main content) New alternatives can be included. |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remote Link | This issue links to "PR (Web Link)" [ 13809 ] |
Remote Link | This issue links to "PR-against-2.x (Web Link)" [ 14190 ] |
Labels | UI UX layout | UI layout |
Labels | UI layout | UI UX layout |
Resolution | Done [ 10000 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Workflow | JNJira [ 168652 ] | JNJira + In-Review [ 198453 ] |
Code changed in jenkins
User: Manuel Recena
Path:
core/src/main/resources/hudson/AboutJenkins/index.jelly
core/src/main/resources/hudson/model/Job/configure.jelly
core/src/main/resources/hudson/model/View/newJob.jelly
core/src/main/resources/lib/layout/layout.jelly
core/src/main/resources/lib/layout/side-panel.jelly
core/src/main/resources/lib/layout/taglib
war/src/main/webapp/css/layout-common.css
war/src/main/webapp/css/style.css
http://jenkins-ci.org/commit/jenkins/cb058a1ff968d24521d731d4e366e28ea5fb2b6f
Log:
JENKINS-32936Support for multiple layouts in Jelly Layout tag (#2253)JENKINS-32936Initial source code modificationsJENKINS-32936Three views are using this approachJENKINS-32936Conflicts were resolved in a wrong way