Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Any
Description
When you make a matrix project with more than 1 axis, the configurations are arranged in a table. Unfortunately this table has the default HTML double borders, which are ugly, and look like something from the 90s.
Jenkins already has a nice style for all the tables, like those from the job view. This style should be applied to the configurations table too.
See the attached image for details.
Attachments
Issue Links
- is duplicated by
-
JENKINS-10246 Ugly/out of place default HTML table holding configurations in multiple configuration project (aka matrix job)
-
- Resolved
-
- is related to
-
JENKINS-10252 Configurations in a multi-configuration project (aka matrix project) are not filtered in the interface too
-
- Resolved
-
Code changed in jenkins
User: Costin Caraivan
Path:
core/src/main/resources/lib/hudson/project/matrix.jelly
war/src/main/webapp/css/style.css
http://jenkins-ci.org/commit/jenkins/aba1616465e4a86ec7b7c0970a158d2229a2b037
Log:
JENKINS-10251Styling the matrix configuration table to look more like Jenkins tablesinstead of the default HTML table look. Also moving the
"Configuration Matrix" title as a part of the table, to gain some space.