diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 6a2ab97b99b..ef490123311 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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;