mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +02:00
Add message view and controller
This commit is contained in:
parent
dd8c4ce672
commit
37ea44a4dc
6 changed files with 61 additions and 11 deletions
|
@ -94,7 +94,7 @@
|
|||
}
|
||||
|
||||
.footer {
|
||||
max-height:6px;
|
||||
max-height:6px;
|
||||
}
|
||||
|
||||
#response {
|
||||
|
@ -108,3 +108,8 @@
|
|||
border: 1px solid #DDD;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.messages {
|
||||
overflow: scroll;
|
||||
max-height: 50px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue