|
@@ -179,7 +179,7 @@ b)}catch(f){i(f,"onCommandChange");throw f;}t()},commands:x});O.append(b);l.enab
|
|
}
|
|
}
|
|
|
|
|
|
div#term{
|
|
div#term{
|
|
- height:100%
|
|
|
|
|
|
+ height:500px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
<script type="text/javascript">
|
|
<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',
|
|
name: 'docker',
|
|
height: 200,
|
|
height: 200,
|
|
prompt: 'docker> '});
|
|
prompt: 'docker> '});
|
|
|
|
+ $('#term').css('height', '90%');
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|
|
</head>
|
|
</head>
|