mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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…
x
Reference in New Issue
Block a user