Skip to content

Commit 95a7222

Browse files
Fix set affinity for user overlay problem (Fixes #2986)
This PR fixes #2986
1 parent 7479e28 commit 95a7222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/scripts/ui-custom/affinity.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
});
137137
}
138138
}]
139-
}).parent('.ui-dialog').overlay();
140-
139+
});
140+
cloudStack.applyDefaultZindexAndOverlayOnJqueryDialogAndRemoveCloseButton($dataList)
141141
// Add tier select dialog
142142
if (tierSelect) {
143143
var $toolbar = $dataList.find('.toolbar');

0 commit comments

Comments
 (0)