Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 b432547b8 -> ffda4ea78


ATLAS-2820 : Replication audits details json are not rendered

Signed-off-by: nixonrodrigues <ni...@apache.org>


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

Branch: refs/heads/branch-0.8
Commit: ffda4ea78778dbbff403473065e253289357064c
Parents: b432547
Author: kevalbhatt <kbh...@apache.org>
Authored: Fri Aug 17 18:35:09 2018 +0530
Committer: nixonrodrigues <ni...@apache.org>
Committed: Thu Aug 23 15:39:18 2018 +0530

----------------------------------------------------------------------
 .../public/js/views/audit/ReplicationAuditTableLayoutView.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/ffda4ea7/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 a8f15f3..a18b938 100644
--- a/dashboardv2/public/js/views/audit/ReplicationAuditTableLayoutView.js
+++ b/dashboardv2/public/js/views/audit/ReplicationAuditTableLayoutView.js
@@ -198,7 +198,7 @@ define(['require',
                     var guid = $(e.target).data("guid"),
                         model = 
that.searchCollection.fullCollection.findWhere({ 'guid': guid }),
                         result = JSON.parse(model.get("resultSummary")),
-                        view = "<table class='table table-bordered 
table-striped'>" + CommonViewFunction.propertyTable({ scope: that, valueObject: 
result, attributeDefs: that.attributeDefs, extractJSON: { extractKey: 'value' } 
}) + "</table>";
+                        view = "<table class='table table-bordered 
table-striped'>" + CommonViewFunction.propertyTable({ scope: that, valueObject: 
result, attributeDefs: that.attributeDefs }) + "</table>";
                     var modal = new Modal({
                         title: model.get("operation") + " Details",
                         content: view,

Reply via email to