murano-dashboard/muranodashboard/templates/services/_logs.html
zhurong b58a02a662 Make the Component Logs report urlize
Make the 'Component Logs' report urlize.

Closes-bug: #1559351
Change-Id: Ica7f2ccb7fbb8d9a1703d56a4dd00642bf66484a
2016-03-18 23:37:02 +00:00

6 lines
151 B
HTML

{% load i18n %}
<div class="clearfix">
<h3 class="pull-left">{% trans "Component Logs" %}</h3>
</div>
<pre class="logs">{{ reports | urlize }}</pre>