diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-04-04 17:44:21 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-04-04 17:44:21 +0530 |
commit | ef9cd2561e325c82d4d1fcb03fef4582a53d7839 (patch) | |
tree | da8884aa1940e5d3232fbc0e802718259670888d /lifecyclemgr/src | |
parent | bd1c287e725d5cabb8aa787d52c796a64ae6c782 (diff) |
Integration issues
Integration of the Client pages to Main GUI
IssueId : CLIENT-189
Change-Id: Iea4584bd96d8037389deb72f826ceb09e28f307d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'lifecyclemgr/src')
-rw-r--r-- | lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js b/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js index f26f7109..5155738e 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/js/app.js @@ -288,7 +288,7 @@ var app = angular.module("lcApp", ["ui.router", "ngTable"])/*, 'ui.bootstrap', ' $log.info(tmplatesResponse);
var templatesInfo = translateToTemplatesInfo(tmplatesResponse);
document.getElementById("svcTempl").innerHTML = templatesInfo;
- $scope.optionsValue = tmplatesResponse;
+ // $scope.optionsValue = tmplatesResponse;
/* var dropSimple_data = {
"errmsg" : "Service template is required.",
"modalVar" : "lifecycleData.optSelect",
|