fix #2911 about spaces at the begin of log

This commit is contained in:
pengpengshui 2017-07-31 17:12:28 +08:00
parent 52bcb8a643
commit 39aaf2928f

View File

@ -6,9 +6,7 @@ export const JOB_LOG_VIEWER_TEMPLATE: string = `
<span class="spinner spinner-md"></span>
</div>
<pre [hidden]="onGoing">
<code>
{{log}}
</code>
<code>{{log}}</code>
</pre>
</div>
<div class="modal-footer">