create docker run commands from configuration json
This commit is contained in:
@@ -237,11 +237,11 @@ table.docker li+li {
|
||||
top: 1.5em;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 1.5em;
|
||||
padding: 1em 1em 1em 1em;
|
||||
clear: both;
|
||||
overflow: auto;
|
||||
z-index: 0;
|
||||
bottom: 1.5em;
|
||||
}
|
||||
|
||||
#main {
|
||||
@@ -332,7 +332,24 @@ table.docker li+li {
|
||||
|
||||
#console {
|
||||
background-color: black;
|
||||
color: white
|
||||
color: white;
|
||||
overflow: none;
|
||||
}
|
||||
#screen {
|
||||
position: fixed;
|
||||
top: 2em;
|
||||
bottom: 4em;
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow: auto;
|
||||
padding: 1ex;
|
||||
}
|
||||
#bash {
|
||||
position: fixed;
|
||||
bottom: 1.5em;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.bold {font-weight: bold}
|
||||
.dim {color: grey}
|
||||
|
Reference in New Issue
Block a user