mirror of
https://github.com/goharbor/harbor
synced 2025-04-25 10:31:40 +00:00
fix #2911 about spaces at the begin of log
This commit is contained in:
parent
52bcb8a643
commit
39aaf2928f
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user