You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/05/31 20:59:56 UTC

[45/52] [abbrv] incubator-trafficcontrol git commit: Fixes item in datatables in TO

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/1e471276/traffic_ops/app/templates/layouts/jquery.html.ep
----------------------------------------------------------------------
diff --git a/traffic_ops/app/templates/layouts/jquery.html.ep b/traffic_ops/app/templates/layouts/jquery.html.ep
index 0b22a6b..6781495 100644
--- a/traffic_ops/app/templates/layouts/jquery.html.ep
+++ b/traffic_ops/app/templates/layouts/jquery.html.ep
@@ -1,4 +1,5 @@
 <!--
+     Copyright 2015 Comcast Cable Communications Management, LLC
 
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
@@ -59,6 +60,14 @@ setInterval( function() {
 
 </script>
 
+<script>
+	$.extend( true, $.fn.dataTable.defaults, {
+		column: {
+	    	render: $.fn.dataTable.render.text()
+		}
+	});
+</script>
+
 % }
 
 <%# There's a reason this is down here, must be loaded after everything else %>