mirror of https://github.com/apache/cloudstack.git
new UI - dismiss dialog box after creating template from volume.
This commit is contained in:
parent
c16faa4d41
commit
5fb3bf8b56
|
|
@ -66,6 +66,7 @@ function doCreateTemplate($actionLink, listAPIMap, $singleObject) {
|
|||
"Create": function() {
|
||||
//debugger;
|
||||
var thisDialog = $(this);
|
||||
thisDialog.dialog("close");
|
||||
|
||||
// validate values
|
||||
var isValid = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue