|
|
|
@ -46,28 +46,28 @@ staticAnalysisView.prototype.render = function () { |
|
|
|
|
<div class="${css.analysis}"> |
|
|
|
|
<div class="my-2 d-flex flex-column align-items-left"> |
|
|
|
|
<div class="d-flex justify-content-between"> |
|
|
|
|
${this.runBtn} |
|
|
|
|
<div class="${css.label}" for="autorunstaticanalysis"> |
|
|
|
|
<input id="autorunstaticanalysis" |
|
|
|
|
<div class="pl-2 ${css.label}" for="checkAllEntries"> |
|
|
|
|
<input id="checkAllEntries" |
|
|
|
|
type="checkbox" |
|
|
|
|
onclick="${(event) => { this.checkAll(event) }}" |
|
|
|
|
style="vertical-align:bottom" |
|
|
|
|
checked="true" |
|
|
|
|
> |
|
|
|
|
<label class="text-nowrap pl-2 mb-0" for="autorunstaticanalysis"> |
|
|
|
|
Autorun |
|
|
|
|
<label class="text-nowrap pl-2 mb-0" for="checkAllEntries"> |
|
|
|
|
Select all |
|
|
|
|
</label> |
|
|
|
|
</div> |
|
|
|
|
<div class="${css.label}" for="checkAllEntries"> |
|
|
|
|
<input id="checkAllEntries" |
|
|
|
|
<div class="${css.label}" for="autorunstaticanalysis"> |
|
|
|
|
<input id="autorunstaticanalysis" |
|
|
|
|
type="checkbox" |
|
|
|
|
onclick="${(event) => { this.checkAll(event) }}" |
|
|
|
|
style="vertical-align:bottom" |
|
|
|
|
checked="true" |
|
|
|
|
> |
|
|
|
|
<label class="text-nowrap pl-2 mb-0" for="checkAllEntries"> |
|
|
|
|
Select all |
|
|
|
|
<label class="text-nowrap pl-2 mb-0" for="autorunstaticanalysis"> |
|
|
|
|
Autorun |
|
|
|
|
</label> |
|
|
|
|
</div> |
|
|
|
|
${this.runBtn} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div id="staticanalysismodules" class="list-group list-group-flush"> |
|
|
|
|