Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 a1a552537 -> 28d8efc0c


ATLAS-2820: Replication Audit Web UI: Column name updates.


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/28d8efc0
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/28d8efc0
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/28d8efc0

Branch: refs/heads/branch-0.8
Commit: 28d8efc0cefaa03095ee14036d99d4aba6c53f1d
Parents: a1a5525
Author: Ashutosh Mestry <[email protected]>
Authored: Fri Sep 21 17:23:43 2018 -0700
Committer: Ashutosh Mestry <[email protected]>
Committed: Fri Sep 21 17:24:49 2018 -0700

----------------------------------------------------------------------
 .../public/js/views/audit/ReplicationAuditTableLayoutView.js     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/28d8efc0/dashboardv2/public/js/views/audit/ReplicationAuditTableLayoutView.js
----------------------------------------------------------------------
diff --git 
a/dashboardv2/public/js/views/audit/ReplicationAuditTableLayoutView.js 
b/dashboardv2/public/js/views/audit/ReplicationAuditTableLayoutView.js
index 1a2f0c7..9f4259b 100644
--- a/dashboardv2/public/js/views/audit/ReplicationAuditTableLayoutView.js
+++ b/dashboardv2/public/js/views/audit/ReplicationAuditTableLayoutView.js
@@ -131,14 +131,14 @@ define(['require',
                     sortable: false,
                     className: "searchTableName"
                 };
-                col['sourceClusterName'] = {
+                col['sourceServerName'] = {
                     label: "Source Server",
                     cell: "string",
                     editable: false,
                     sortable: false,
                     className: "searchTableName"
                 };
-                col['targetClusterName'] = {
+                col['targetServerName'] = {
                     label: "Target Server",
                     cell: "string",
                     editable: false,

Reply via email to