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

Add err message when image or container not found

This commit is contained in:
Michael Crosby 2013-06-14 15:37:00 -09:00
parent 20f67f9f4a
commit 3985e608c2
5 changed files with 30 additions and 9 deletions

View file

@ -96,3 +96,8 @@
.footer {
max-height:6px;
}
#response {
width: 80%;
margin: 0 auto;
}