mirror of https://github.com/apache/cloudstack.git
Rename editVpc->configureVpc, for clarity
This commit is contained in:
parent
3267553af1
commit
183beaa8c3
|
|
@ -3528,7 +3528,7 @@
|
|||
});
|
||||
}
|
||||
},
|
||||
editVpc: {
|
||||
configureVpc: {
|
||||
label: 'Configure VPC',
|
||||
textLabel: 'label.configure',
|
||||
action: {
|
||||
|
|
@ -3540,7 +3540,7 @@
|
|||
detailView: {
|
||||
name: 'label.details',
|
||||
actions: {
|
||||
editVpc: {
|
||||
configureVpc: {
|
||||
label: 'Edit VPC',
|
||||
textLabel: 'label.configure',
|
||||
action: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue