From: Leonidas Poulopoulos Date: Thu, 7 Aug 2014 10:49:37 +0000 (+0300) Subject: Add peer info in user routes X-Git-Tag: v1.1~13 X-Git-Url: https://code.grnet.gr/git/flowspy/commitdiff_plain/891ae881f854f87bfd508742a1eab625d3d962a4 Add peer info in user routes --- diff --git a/templates/user_routes.html b/templates/user_routes.html index b6e298b..5c59904 100644 --- a/templates/user_routes.html +++ b/templates/user_routes.html @@ -285,7 +285,7 @@ $(document).ready( function(){ }, {"mData":"applier", "sClass" : "alignCenter","bSearchable": true,"bSortable": true, "mRender": function (data, type, full) { - return ''+data+''; + return ''+data+' ('+full.peer+')'; } }, {"mData":"expires", "sClass" : "alignCenter","bSearchable": true,"bSortable": true,