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

Added module for container logs.

This commit is contained in:
Kevan Ahlquist 2014-12-15 16:26:10 -06:00
parent ca9355f617
commit b70b3f3100
8 changed files with 110 additions and 1 deletions

View file

@ -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;
}