aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr
diff options
context:
space:
mode:
authorLuji <lu.ji3@zte.com.cn>2016-09-28 06:15:17 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-09-28 06:15:17 +0000
commite86e27041ab3490f7e1407c57786e37dfced50cf (patch)
treeb8b979c63f8232501e2981a898c9a74966f1f993 /openo-portal/portal-lifecyclemgr
parent75a09c55117c7b1fd77c0780231384e2452a571b (diff)
parent6d578d62123c8a6074785233e41c5ac37b32eb17 (diff)
Merge "Fix bug, dialog was not closed after creating service instance."
Diffstat (limited to 'openo-portal/portal-lifecyclemgr')
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
index 08f257de..97eee2e5 100644
--- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
+++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
@@ -56,6 +56,7 @@ lcmHandler.prototype = {
return;
}
updateTable(serviceInstance);
+ $('#vmAppDialog').removeClass('in').css('display', 'none');
}
};