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 2016/02/09 10:26:26 UTC

[27/51] [abbrv] ignite git commit: IGNITE-843 Minor fix.

IGNITE-843 Minor fix.


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

Branch: refs/heads/ignite-843-rc3
Commit: bdfa18f9aa171e0d698924d20ca0e23f2bfb07e5
Parents: 8b51eed
Author: Andrey <an...@gridgain.com>
Authored: Mon Feb 8 17:58:30 2016 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon Feb 8 17:58:30 2016 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/serve/routes/agent.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/bdfa18f9/modules/control-center-web/src/main/js/serve/routes/agent.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/serve/routes/agent.js b/modules/control-center-web/src/main/js/serve/routes/agent.js
index e5abf0f..766b4bf 100644
--- a/modules/control-center-web/src/main/js/serve/routes/agent.js
+++ b/modules/control-center-web/src/main/js/serve/routes/agent.js
@@ -64,7 +64,7 @@ module.exports.factory = function (_, express, apacheIgnite, fs, JSZip, settings
 
         /* Get grid topology. */
         router.get('/download/zip', function (req, res) {
-            var agentFld = settings.agentFile;
+            var agentFld = settings.agent.file;
             var agentZip = agentFld + '.zip';
             var agentPathZip = 'public/agent/' + agentFld + '.zip';