Fix the height of the terminal window in the web UI

Upstream-commit: be3563cebb953b75d301b63988589987e4f9e6d9
Component: engine
This commit is contained in:
Solomon Hykes
2013-01-20 22:23:11 -08:00
parent bfc265f408
commit 28140e7cb7

View File

@ -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>