mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Whitespace cleanup
This commit is contained in:
parent
496f591e56
commit
c6c75c498e
@ -1022,7 +1022,7 @@ enable: {
|
||||
allowedActions.push("edit");
|
||||
allowedActions.push("delete");
|
||||
return allowedActions;
|
||||
}
|
||||
};
|
||||
|
||||
var systemServiceOfferingActionfilter = function(args) {
|
||||
var jsonObj = args.context.item;
|
||||
@ -1030,7 +1030,7 @@ enable: {
|
||||
allowedActions.push("edit");
|
||||
allowedActions.push("delete");
|
||||
return allowedActions;
|
||||
}
|
||||
};
|
||||
|
||||
var diskOfferingActionfilter = function(args) {
|
||||
var jsonObj = args.context.item;
|
||||
@ -1038,7 +1038,7 @@ enable: {
|
||||
allowedActions.push("edit");
|
||||
allowedActions.push("delete");
|
||||
return allowedActions;
|
||||
}
|
||||
};
|
||||
|
||||
var networkOfferingActionfilter = function(args) {
|
||||
var jsonObj = args.context.item;
|
||||
@ -1049,6 +1049,6 @@ enable: {
|
||||
else if(jsonObj.state == "Disabled")
|
||||
allowedActions.push("enable");
|
||||
return allowedActions;
|
||||
}
|
||||
};
|
||||
|
||||
})(cloudStack, testData);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user