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:
parent
b0ebbdf68c
commit
1aaa5acbef
16 changed files with 438 additions and 75 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue