Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 7cf713cb1 -> 0ceea1e40


IGNITE-843: Fixed code generation.


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

Branch: refs/heads/ignite-843
Commit: 0ceea1e4040405c3e3e789cb854a1f9c97a9c32f
Parents: 7cf713c
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Mon Aug 17 13:09:25 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Mon Aug 17 13:09:25 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/controllers/clusters-controller.js                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0ceea1e4/modules/control-center-web/src/main/js/controllers/clusters-controller.js
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/controllers/clusters-controller.js 
b/modules/control-center-web/src/main/js/controllers/clusters-controller.js
index 98f8c90..6de032d 100644
--- a/modules/control-center-web/src/main/js/controllers/clusters-controller.js
+++ b/modules/control-center-web/src/main/js/controllers/clusters-controller.js
@@ -279,7 +279,7 @@ controlCenterModule.controller('clustersController', 
['$scope', '$http', '$popov
                     return showPopoverMessage(0, 'serviceAccountP12FilePath', 
'Private key path should not be empty');
 
                 if 
($common.isEmptyString(item.discovery.GoogleStorage.accountId))
-                    return showPopoverMessage(0, 'accountId', 'Account ID 
should not be empty');
+                    return showPopoverMessage(0, 'serviceAccountId', 'Account 
ID should not be empty');
             }
 
             if (!item.swapSpaceSpi || !item.swapSpaceSpi.kind && item.caches) {

Reply via email to