You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/12/01 09:34:13 UTC

ignite git commit: IGNITE-843 Fixed ping.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 95401ab40 -> d1582ebfa


IGNITE-843 Fixed ping.


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

Branch: refs/heads/ignite-843-rc2
Commit: d1582ebfa67d5f0a839978840ecb5bceb0046de6
Parents: 95401ab
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Tue Dec 1 15:34:48 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Dec 1 15:34:48 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/d1582ebf/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 440fb15..a27899c 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
@@ -2188,7 +2188,7 @@ consoleModule.controller('agent-download', [
         $scope.awaitAgent = function (checkFn) {
             _agentDownloadModal.skipSingleError = false;
 
-            _agentDownloadModal.checkUrl = '/agent/ping';
+            _agentDownloadModal.checkUrl = '/api/v1/agent/ping';
 
             _agentDownloadModal.checkFn = checkFn;