summaryrefslogtreecommitdiffstats
path: root/portal/src/main/webapp/extsys/vim/js/vimController.js
diff options
context:
space:
mode:
Diffstat (limited to 'portal/src/main/webapp/extsys/vim/js/vimController.js')
-rw-r--r--portal/src/main/webapp/extsys/vim/js/vimController.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/portal/src/main/webapp/extsys/vim/js/vimController.js b/portal/src/main/webapp/extsys/vim/js/vimController.js
index e9fd644..ead5c2a 100644
--- a/portal/src/main/webapp/extsys/vim/js/vimController.js
+++ b/portal/src/main/webapp/extsys/vim/js/vimController.js
@@ -40,7 +40,8 @@ var vm = avalon
"authUrl": "",
"sslCacert": "",
"sslInsecure": "false",
- "cloudDomain": ""
+ "cloudDomain": "",
+ "defaultTenant": ""
}
]
},
@@ -233,6 +234,7 @@ var vm = avalon
targetElement["vimAuthInfos"][0]["sslCacert"] = sourceElement["vimAuthInfos"][0]["sslCacert"];
targetElement["vimAuthInfos"][0]["sslInsecure"] = sourceElement["vimAuthInfos"][0]["sslInsecure"];
targetElement["vimAuthInfos"][0]["cloudDomain"] = sourceElement["vimAuthInfos"][0]["cloudDomain"];
+ targetElement["vimAuthInfos"][0]["defaultTenant"] = sourceElement["vimAuthInfos"][0]["defaultTenant"];
},
getVIMSave: function () {
var vimSave = $.extend(true, {}, vm.currentElement.$model);