1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(global): add container exec support (#97)

This commit is contained in:
Anthony Lapenna 2016-08-03 15:12:53 +12:00 committed by GitHub
parent b0ebbdf68c
commit 1aaa5acbef
16 changed files with 438 additions and 75 deletions

View file

@ -183,5 +183,10 @@ input[type="radio"] {
}
.widget .widget-body table tbody .image-tag {
font-size: 90% !important;
font-size: 90% !important;
}
.terminal-container {
width: 100%;
padding: 10px 5px;
}