1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(image-build): add the ability to build images (#1672)

This commit is contained in:
Anthony Lapenna 2018-02-28 07:19:06 +01:00 committed by GitHub
parent e065bd4a47
commit 81de2a5afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 607 additions and 15 deletions

View file

@ -693,6 +693,30 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
margin-bottom: 5px;
}
.log_viewer {
height:100%;
overflow-y: scroll;
white-space: pre-wrap;
color: black;
font-size: .85em;
background-color: white;
}
.log_viewer .inner_line {
padding: 0 15px;
cursor: pointer;
margin-bottom: 0;
}
.log_viewer .inner_line:empty::after {
content: '.';
visibility: hidden;
}
.log_viewer .line_selected {
background-color: #C5CAE9;
}
/*bootbox override*/
.modal-open {
padding-right: 0 !important;