From 4d6b5e61832b1e7e5af3b261668896ffe06b1271 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 12 Jul 2012 15:21:19 -0700 Subject: [PATCH] Add edit VPC action to detail view --- ui/scripts/network.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: {