mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI -infrastructure page - remove obsolete code.
This commit is contained in:
parent
a3484fc57d
commit
69218e8066
|
|
@ -7309,13 +7309,6 @@
|
|||
allowedActions.push("remove");
|
||||
return allowedActions;
|
||||
}
|
||||
|
||||
var publicNetworkActionfilter = function(args) {
|
||||
var jsonObj = args.context.item;
|
||||
var allowedActions = [];
|
||||
allowedActions.push("addIpRange");
|
||||
return allowedActions;
|
||||
}
|
||||
|
||||
var routerActionfilter = function(args) {
|
||||
var jsonObj = args.context.item;
|
||||
|
|
|
|||
Loading…
Reference in New Issue