mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix the height of the terminal window in the web UI
This commit is contained in:
parent
e74d0b2a56
commit
be3563cebb
1 changed files with 2 additions and 1 deletions
|
@ -179,7 +179,7 @@ b)}catch(f){i(f,"onCommandChange");throw f;}t()},commands:x});O.append(b);l.enab
|
|||
}
|
||||
|
||||
div#term{
|
||||
height:100%
|
||||
height:500px;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
|
@ -209,6 +209,7 @@ b)}catch(f){i(f,"onCommandChange");throw f;}t()},commands:x});O.append(b);l.enab
|
|||
name: 'docker',
|
||||
height: 200,
|
||||
prompt: 'docker> '});
|
||||
$('#term').css('height', '90%');
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue