Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 1e8bfdffa -> 37bdf8f00
# ignite-843 Cleanup summary. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/37bdf8f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/37bdf8f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/37bdf8f0 Branch: refs/heads/ignite-843 Commit: 37bdf8f00e7921f64cbd3f6c71e78ae4790270d4 Parents: 1e8bfdf Author: Andrey <anovi...@gridgain.com> Authored: Fri Jul 3 13:38:22 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Fri Jul 3 13:38:22 2015 +0700 ---------------------------------------------------------------------- .../nodejs/public/javascripts/controllers/summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/37bdf8f0/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js ---------------------------------------------------------------------- diff --git a/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js b/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js index 9454f21..52573af 100644 --- a/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js +++ b/modules/web-control-center/nodejs/public/javascripts/controllers/summary.js @@ -109,7 +109,7 @@ configuratorModule.controller('summaryController', ['$scope', '$http', function }; $scope.downloadDocker = function() { - download($scope.dockerFile(), 'Dockerfile'); + $scope.download($scope.dockerFile(), 'Dockerfile'); }; $scope.oss = ['debian:8', 'ubuntu:14.10'];