Fine-tuning the visuals in the Applications view.

Change-Id: I678364847767c09e65e6766a6eda407c8e1fe3ad
diff --git a/web/gui/src/main/webapp/app/view/app/app.js b/web/gui/src/main/webapp/app/view/app/app.js
index 567ec2c..131c56f 100644
--- a/web/gui/src/main/webapp/app/view/app/app.js
+++ b/web/gui/src/main/webapp/app/view/app/app.js
@@ -147,7 +147,7 @@
     }
 
     function urlize(u) {
-        return 'Url:<br/> <a href="' + u + '" target="_blank">' + u + '</a>';
+        return '<a href="' + u + '" target="_blank">' + u + '</a>';
     }
 
     function addIcon(elem, value) {