@ -68,7 +68,9 @@ staticAnalysisView.prototype.render = function () {
<div id="staticanalysismodules" class="list-group list-group-flush ${css.container}">
${this.modulesView}
</div>
<div class="${css.result}" "id='staticanalysisresult'></div>
<hr>
<div><h6>Results:</h6></div>
<div class="${css.result}" id='staticanalysisresult'></div>
`
if (!this.view) {
@ -7,6 +7,8 @@ var css = csjs`
}
.result {
margin-top: 1%;
max-height: 400px;
overflow-y: auto;
.buttons {
margin: 1rem 0;
@ -26,7 +28,7 @@ var css = csjs`
align-items: center;
.container {
max-height: 500px;
@ -11,13 +11,15 @@ var css = csjs`
display: flex;
flex-direction: column;
margin: 2%;
max-height: 300px;
padding-bottom: 5%;
.outputTitle {
font-weight: bold;
@ -187,6 +187,8 @@ module.exports = class TestTab extends ApiFactory {
</label>
${this.testList}
<div class="${css.buttons}" ><h6>Results:</h6></div>
${this.testsOutput}
${this.testsSummary}