epugh commented on code in PR #4124:
URL: https://github.com/apache/solr/pull/4124#discussion_r2809666862


##########
solr/webapp/web/js/angular/controllers/cloud.js:
##########
@@ -790,9 +790,8 @@ var graphSubController = function ($scope, Zookeeper) {
                 params.filter = filter;
             }
 
-            Zookeeper.clusterState(params, function (data) {
-                    var state = $.parseJSON(data.znode.data);
-
+          Zookeeper.clusterState(params, function (data) { 
+                    var state = data.znode.data;

Review Comment:
   Really happy that we got away from weird escpaitn go nested JSON!  It still 
exists for aliases ;-(



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to