This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new edf4ff9  Changed two column names (#4803)
edf4ff9 is described below

commit edf4ff9445e8ec76722c685a91e3493957201963
Author: ocket8888 <[email protected]>
AuthorDate: Wed Jun 17 14:15:59 2020 -0600

    Changed two column names (#4803)
---
 .../app/src/common/modules/table/servers/TableServersController.js    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/traffic_portal/app/src/common/modules/table/servers/TableServersController.js 
b/traffic_portal/app/src/common/modules/table/servers/TableServersController.js
index 10ad816..85a4dc2 100644
--- 
a/traffic_portal/app/src/common/modules/table/servers/TableServersController.js
+++ 
b/traffic_portal/app/src/common/modules/table/servers/TableServersController.js
@@ -130,12 +130,12 @@ var TableServersController = function(servers, $scope, 
$state, $uibModal, $windo
                },
                {
                        headerName: "IPv6 Address",
-                       field: "ipv6Address",
+                       field: "ip6Address",
                        hide: false,
                },
                {
                        headerName: "IPv6 Gateway",
-                       field: "ipv6Gateway",
+                       field: "ip6Gateway",
                        hide: true,
                },
                {

Reply via email to