Add edit VPC action to detail view

This commit is contained in:
Brian Federle 2012-07-12 15:21:19 -07:00
parent 5af48ea6cf
commit 4d6b5e6183
1 changed files with 9 additions and 1 deletions

View File

@ -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: {