mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
Added module for container logs.
This commit is contained in:
parent
ca9355f617
commit
b70b3f3100
8 changed files with 110 additions and 1 deletions
|
@ -36,6 +36,7 @@ body {
|
|||
|
||||
.masthead .nav {
|
||||
margin: 0;
|
||||
margin: 0 0 2em 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -120,3 +121,9 @@ body {
|
|||
border-width: 0 0 0 1em;
|
||||
padding: 0 0.3em;
|
||||
}
|
||||
|
||||
pre.pre-x-scrollable {
|
||||
max-height: 700px;
|
||||
word-wrap: normal;
|
||||
white-space: pre;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue