mirror of https://github.com/apache/cloudstack.git
Add edit VPC action to detail view
This commit is contained in:
parent
5af48ea6cf
commit
4d6b5e6183
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue