Fix set affinity for user overlay problem (Fixes #2986) (#2987)

This PR fixes #2986
This commit is contained in:
Rafael Weingärtner 2018-11-01 10:30:53 -03:00 committed by GitHub
parent 17c164d59a
commit e175e93281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@
});
}
}]
}).parent('.ui-dialog').overlay();
});
cloudStack.applyDefaultZindexAndOverlayOnJqueryDialogAndRemoveCloseButton($dataList);
// Add tier select dialog
if (tierSelect) {
var $toolbar = $dataList.find('.toolbar');