cloudstack 3.0 UI -infrastructure page - remove obsolete code.

This commit is contained in:
Jessica Wang 2012-03-13 14:30:57 -07:00
parent a3484fc57d
commit 69218e8066
1 changed files with 0 additions and 7 deletions

View File

@ -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;