Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 c1e4f2e00 -> 627dd465e
# IGNITE-843 Minor fix. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d79b3ce3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d79b3ce3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d79b3ce3 Branch: refs/heads/ignite-843 Commit: d79b3ce3ffa1c4b0e146164208e8b73989c65cad Parents: 28c180b Author: Andrey <anovi...@gridgain.com> Authored: Tue Aug 18 18:07:58 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Tue Aug 18 18:07:58 2015 +0700 ---------------------------------------------------------------------- .../src/main/js/controllers/metadata-controller.js | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d79b3ce3/modules/control-center-web/src/main/js/controllers/metadata-controller.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/controllers/metadata-controller.js b/modules/control-center-web/src/main/js/controllers/metadata-controller.js index 17ed895..6037f57 100644 --- a/modules/control-center-web/src/main/js/controllers/metadata-controller.js +++ b/modules/control-center-web/src/main/js/controllers/metadata-controller.js @@ -240,21 +240,6 @@ controlCenterModule.controller('metadataController', [ }); }; - $scope.downloadAgent = function () { - loadMetaModal.hide(); - - var lnk = document.createElement('a'); - - lnk.setAttribute('href', '/agent/agent.zip'); - lnk.style.display = 'none'; - - document.body.appendChild(lnk); - - lnk.click(); - - document.body.removeChild(lnk); - }; - $scope.saveSelectedMetadata = function (preset) { loadMetaModal.hide();