removed the label before of selected file

pull/5370/head
LianaHus 5 years ago committed by Liana Husikyan
parent eaaca91ae3
commit c60aff491f
  1. 2
      src/app/tabs/staticanalysis/staticAnalysisView.js

@ -46,7 +46,7 @@ staticAnalysisView.prototype.render = function () {
<div class="${css.analysis}">
<div class="mb-2 d-flex flex-column align-items-left">
<div class="mb-2 p-2 alert alert-info">
<span>For: <span id="staticAnalysisCurrentFile">No file compiled</span></span>
<span class="font-weight-bold " id="staticAnalysisCurrentFile">No file compiled</span>
</div>
<div class="d-flex justify-content-between">
${this.runBtn}

Loading…
Cancel
Save