Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 0f43514a4 -> 14f4819f1
# ignite-843 WIP. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/14f4819f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/14f4819f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/14f4819f Branch: refs/heads/ignite-843 Commit: 14f4819f13fccb59a5ed69509b698c24a37b8e43 Parents: 0f43514 Author: Andrey <[email protected]> Authored: Tue Jun 2 17:00:30 2015 +0700 Committer: Andrey <[email protected]> Committed: Tue Jun 2 17:00:30 2015 +0700 ---------------------------------------------------------------------- .../webconfig/nodejs/public/javascripts/controllers/clusters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/14f4819f/modules/webconfig/nodejs/public/javascripts/controllers/clusters.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/public/javascripts/controllers/clusters.js b/modules/webconfig/nodejs/public/javascripts/controllers/clusters.js index 2e6ef74..e681bcc 100644 --- a/modules/webconfig/nodejs/public/javascripts/controllers/clusters.js +++ b/modules/webconfig/nodejs/public/javascripts/controllers/clusters.js @@ -97,7 +97,7 @@ configuratorModule.controller('clustersController', ['$scope', '$modal', '$http' $http.post('/rest/clusters/save', item) .success(function() { var cluster = $scope.clusters.find(function(cluster) { - return clusters._id == item._id; + return cluster._id == item._id; }); if (cluster)
