Added clickable urls to table row details view

This commit is contained in:
Rashid Khan
2013-08-30 08:47:35 -07:00
parent d1495fbf6e
commit 78dbf58536
2 changed files with 38 additions and 1 deletions
+2 -1
View File
@@ -74,7 +74,8 @@
<i class='icon-search pointer' ng-click="build_search(key,value)"></i>
<i class='icon-ban-circle pointer' ng-click="build_search(key,value,true)"></i>
</td>
<td style="white-space:pre-wrap">{{value}}</td>
<!-- At some point we need to create a more efficient way of applying the filter pipeline -->
<td style="white-space:pre-wrap" ng-bind-html-unsafe="value|noXml|urlLink"></td>
</tr>
</table>
</td>