Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 f2dc46e34 -> 04508dc03
# ignite-843 WIP clusters. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/2f590110 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/2f590110 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/2f590110 Branch: refs/heads/ignite-843 Commit: 2f5901109027b8f67e611c280d736f00da55e559 Parents: 712396e Author: Andrey <anovi...@gridgain.com> Authored: Fri Jun 5 13:52:55 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Fri Jun 5 13:52:55 2015 +0700 ---------------------------------------------------------------------- modules/webconfig/nodejs/public/javascripts/controllers/caches.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/2f590110/modules/webconfig/nodejs/public/javascripts/controllers/caches.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/public/javascripts/controllers/caches.js b/modules/webconfig/nodejs/public/javascripts/controllers/caches.js index d902e9a..8a95af5 100644 --- a/modules/webconfig/nodejs/public/javascripts/controllers/caches.js +++ b/modules/webconfig/nodejs/public/javascripts/controllers/caches.js @@ -89,7 +89,6 @@ configuratorModule.controller('cachesController', ['$scope', '$http', function($ item.name = 'Cache ' + ($scope.caches.length + 1); item.space = $scope.spaces[0]._id; - $http.post('/rest/caches/save', item) .success(function(_id) { item._id = _id;