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:
parent
e065bd4a47
commit
81de2a5afb
16 changed files with 607 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue