diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 7e4c8d5fc11..3994a2309ee 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -3539,7 +3539,15 @@ detailView: { name: 'label.details', - actions: { + actions: { + editVpc: { + label: 'Edit VPC', + textLabel: 'label.configure', + action: { + custom: cloudStack.uiCustom.vpc(cloudStack.vpc) + }, + messages: { notification: function() { return ''; } } + }, remove: { label: 'remove VPC', messages: {