Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-28068] Build Pipeline Dashboard View destroys the Jenkins la…
…yout
  • Loading branch information
recena committed Nov 8, 2015
1 parent d155dca commit a27416b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.554.3</version>
<version>1.609.3</version>
</parent>
<artifactId>build-pipeline-plugin</artifactId>
<version>1.4.9-SNAPSHOT</version>
Expand Down Expand Up @@ -85,8 +85,7 @@
<scope>test</scope>
</dependency>
<dependency>
<!-- enables mocking of classes without default constructor (together with
CGLIB) -->
<!-- enables mocking of classes without default constructor (together with CGLIB) -->
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>1.2</version>
Expand Down
9 changes: 0 additions & 9 deletions src/main/webapp/css/main.css
Expand Up @@ -344,15 +344,6 @@ tr.spacerRow td {
font-weight: bold;
}

#side-panel {
display: none;
}

.fixedGridLayout #main-panel {
margin-left: 15px;
padding-left: 0;
}

#view-message {
display: none;
}
Expand Down
6 changes: 0 additions & 6 deletions src/main/webapp/css/main_dashboard.css
@@ -1,9 +1,3 @@
#side-panel {
display: block;
width: 280px;
padding: 4px;
}

.build-detail {
padding: 5px 10px;
background-color:#fafafa;
Expand Down

0 comments on commit a27416b

Please sign in to comment.