Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 0ceea1e40 -> 78df3dd80


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/78df3dd8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/78df3dd8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/78df3dd8

Branch: refs/heads/ignite-843
Commit: 78df3dd805d0c619364c673c53afd7051ba18720
Parents: 0ceea1e
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Mon Aug 17 13:12:37 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Mon Aug 17 13:12:37 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/78df3dd8/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 6de032d..ecfa699 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
@@ -278,7 +278,7 @@ controlCenterModule.controller('clustersController', 
['$scope', '$http', '$popov
                 if 
($common.isEmptyString(item.discovery.GoogleStorage.serviceAccountP12FilePath))
                     return showPopoverMessage(0, 'serviceAccountP12FilePath', 
'Private key path should not be empty');
 
-                if 
($common.isEmptyString(item.discovery.GoogleStorage.accountId))
+                if 
($common.isEmptyString(item.discovery.GoogleStorage.serviceAccountId))
                     return showPopoverMessage(0, 'serviceAccountId', 'Account 
ID should not be empty');
             }
 

Reply via email to