From b58a02a6620bbce9162572f38110b04595514a78 Mon Sep 17 00:00:00 2001 From: zhurong Date: Fri, 18 Mar 2016 07:25:51 +0000 Subject: [PATCH] Make the Component Logs report urlize Make the 'Component Logs' report urlize. Closes-bug: #1559351 Change-Id: Ica7f2ccb7fbb8d9a1703d56a4dd00642bf66484a --- muranodashboard/templates/services/_logs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muranodashboard/templates/services/_logs.html b/muranodashboard/templates/services/_logs.html index 5963200ae..efa656406 100644 --- a/muranodashboard/templates/services/_logs.html +++ b/muranodashboard/templates/services/_logs.html @@ -2,4 +2,4 @@

{% trans "Component Logs" %}

-
{{ reports }}
\ No newline at end of file +
{{ reports | urlize }}