Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/2.0.x fee4bbc96 -> 5735b8d2e


Fixed incorrect table value in stats endpoint.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/35e73764
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/35e73764
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/35e73764

Branch: refs/heads/2.0.x
Commit: 35e7376466aa61a84d3014182bc4ea902f9d0c75
Parents: fee4bbc
Author: Chris Lemmons <alfic...@gmail.com>
Authored: Wed Mar 22 13:07:24 2017 -0600
Committer: Eric Friedrich <fri...@apache.org>
Committed: Wed Mar 22 15:44:54 2017 -0400

----------------------------------------------------------------------
 traffic_ops/app/lib/UI/Server.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/35e73764/traffic_ops/app/lib/UI/Server.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/UI/Server.pm b/traffic_ops/app/lib/UI/Server.pm
index a19ff6b..3965329 100644
--- a/traffic_ops/app/lib/UI/Server.pm
+++ b/traffic_ops/app/lib/UI/Server.pm
@@ -131,7 +131,7 @@ sub getserverdata {
                cg.name AS cachegroup,
                pl.name AS phys_location,
                sv.guid AS guid,
-               sv.rack AS _rack,
+               sv.rack AS rack,
                tp.name AS type,
                st.name AS status,
                sv.offline_reason AS offline_reason,

Reply via email to