Removing safe filter from gpu,cpu,log fields
This commit is contained in:
parent
a245087fcb
commit
5d4c88cc95
1 changed files with 3 additions and 3 deletions
|
@ -28,16 +28,16 @@
|
|||
Score: {{ name.score }}</h2>
|
||||
<h3>
|
||||
<small><i class="glyphicon glyphicon-leaf"></i></small>
|
||||
GPU: {{ name.gpu | safe }}</h3>
|
||||
GPU: {{ name.gpu }}</h3>
|
||||
<h3>
|
||||
<small><i class="glyphicon glyphicon-hdd"></i></small>
|
||||
CPU: {{ name.cpu | safe }}</h3>
|
||||
CPU: {{ name.cpu }}</h3>
|
||||
<h3>
|
||||
<small><i class="glyphicon glyphicon-list-alt"></i></small>
|
||||
Logfile
|
||||
</h3>
|
||||
<div class="well">
|
||||
{{ name.log | safe }}
|
||||
{{ name.log }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue