Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 b5daaf1e6 -> 302d62f84


IGNITE-1485 Fixed check agent connected.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/302d62f8
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/302d62f8
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/302d62f8

Branch: refs/heads/ignite-843-rc1
Commit: 302d62f8445acbe8fc0aeac322b31b976c1ed021
Parents: b5daaf1
Author: vsisko <vsi...@gridgain.com>
Authored: Tue Oct 27 17:06:53 2015 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Tue Oct 27 17:06:53 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/controllers/common-module.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/302d62f8/modules/control-center-web/src/main/js/controllers/common-module.js
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/controllers/common-module.js 
b/modules/control-center-web/src/main/js/controllers/common-module.js
index 43492ed..e646d30 100644
--- a/modules/control-center-web/src/main/js/controllers/common-module.js
+++ b/modules/control-center-web/src/main/js/controllers/common-module.js
@@ -1974,7 +1974,7 @@ consoleModule.controller('agent-download', [
             else
                 $window.location = _agentDownloadModal.backLink;
 
-            $scope.checkConnection = false;
+            _stopInterval();
 
             _agentDownloadModal.hide()
         };

Reply via email to