summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2016-09-28 12:12:36 +0800
committerLuji7 <lu.ji3@zte.com.cn>2016-09-28 12:12:36 +0800
commit6d578d62123c8a6074785233e41c5ac37b32eb17 (patch)
treee775e7fa02baaa1a79037413a1bb0a152ebbe49f /openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
parent5762404814e1b3ab6730da1f8bdf6b28065cf874 (diff)
Fix bug, dialog was not closed after creating service instance.
Change-Id: I403bec2fe1d24480518f44b73059d5e986154e46 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js')
-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');
}
};