- Add copy button to the build logs

- Add support for timestamps in the build logs
- Other small UI improvements to the build view
This commit is contained in:
Joseph Schorr 2015-02-27 16:00:32 -05:00
parent e227d7e526
commit ed46d37ea7
12 changed files with 189 additions and 18 deletions

View file

@ -36,6 +36,11 @@
color: #2fcc66;
}
.build-view .build-status-header .cor-options-menu {
float: right;
margin-left: 20px;
}
.build-view .build-status-header .timing {
float: right;
}