Add peer info in user routes
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 7 Aug 2014 10:49:37 +0000 (13:49 +0300)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 7 Aug 2014 10:49:37 +0000 (13:49 +0300)
templates/user_routes.html

index b6e298b..5c59904 100644 (file)
@@ -285,7 +285,7 @@ $(document).ready( function(){
                      },
                      {"mData":"applier", "sClass" : "alignCenter","bSearchable": true,"bSortable": true,
                      "mRender": function (data, type, full) {
-                       return '<small>'+data+'</small>';             
+                       return '<small>'+data+' ('+full.peer+')</small>';           
                      }
                      },
                      {"mData":"expires", "sClass" : "alignCenter","bSearchable": true,"bSortable": true,