CLOUDSTACK-7779: UI > affinity group action filter > extend scope from local to global.

This commit is contained in:
Jessica Wang 2014-10-23 15:46:25 -07:00
parent 974adb39c5
commit 793a007e12

View File

@ -207,7 +207,7 @@
}
};
var affinitygroupActionfilter = function(args) {
var affinitygroupActionfilter = cloudStack.actionFilter.affinitygroupActionfilter = function(args) {
var jsonObj = args.context.item;
var allowedActions = [];
if (jsonObj.type != 'ExplicitDedication' || isAdmin()) {