mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7779: UI > affinity group action filter > extend scope from local to global.
This commit is contained in:
parent
974adb39c5
commit
793a007e12
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue