-
Bug
-
Resolution: Unresolved
-
Minor
-
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.
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!
[JENKINS-25666] Wrong view for build pipeline plugin
Component/s | New: build-pipeline-plugin [ 15962 ] | |
Component/s | Original: ci [ 18920 ] | |
Key | Original: INFRA-203 | New: JENKINS-25666 |
Project | Original: Infrastructure [ 10301 ] | New: Jenkins [ 10172 ] |
Workflow | Original: jira [ 159633 ] | New: JNJira [ 159642 ] |
Assignee | Original: R. Tyler Croy [ rtyler ] | |
Labels | Original: css style view web | New: user-experience |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
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