feature(superuser panel): ability to view logs
users would like the ability to view build logs in the superuser panel [None]
This commit is contained in:
parent
d8e08fd5df
commit
dae93dce78
10 changed files with 224 additions and 27 deletions
|
@ -3797,3 +3797,9 @@ i.mesos-icon {
|
|||
font-size: 16px !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.build-log-view {
|
||||
float: left;
|
||||
padding-right: .5em;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue