Details
-
Type:
Bug
-
Status: Reopened (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: build-pipeline-plugin
-
Labels:
-
Environment:Jenkins - 1.590,
build pipeline plugin - 1.4.3,
server os - centos 7,
client os - arch linux 3.17.1-1,
browser - chromium 37.0.2062.120,
screen - 1366x768.
-
Similar Issues:
Description
Wrong view for build pipeline plugin (see first attachment):
#main-panel width should be 100%, but it is 75%
Correctly view for build pipeline plugin (see second attachment):
with next additional style - #side-panel, #main-panel
{ width: 100% }Thanks in advance for the solution of this problem!
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | build-pipeline-plugin [ 15962 ] | |
Component/s | ci [ 18920 ] | |
Key | INFRA-203 | JENKINS-25666 |
Project | Infrastructure [ 10301 ] | Jenkins [ 10172 ] |
Workflow | jira [ 159633 ] | JNJira [ 159642 ] |
Assignee | R. Tyler Croy [ rtyler ] | |
Labels | css style view web | user-experience |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Attachment | jenkins_layout_fail.png [ 29489 ] |
Assignee | Kanstantsin Shautsou [ integer ] | |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Attachment | 25666.jpg [ 30442 ] |
Workflow | JNJira [ 159642 ] | JNJira + In-Review [ 186242 ] |
Assignee | Kanstantsin Shautsou [ integer ] |
I am trying to implement your fix in my Jenkins server.
{width:100%;}I have added #main-panel
in JENKINS_HOME/plugins/build-pipeline/css/main_dashboard.css
but it does not increase the width of the blue background.
Am I doing it wrong ?
Thank you in advance