mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.8 to master
* 4.8: Improve ordering of fields of VPC router detail tab
This commit is contained in:
commit
67b4e66414
|
|
@ -5838,35 +5838,14 @@
|
|||
label: 'label.name'
|
||||
}
|
||||
}, {
|
||||
id: {
|
||||
label: 'label.id'
|
||||
},
|
||||
zonename: {
|
||||
label: 'label.zone'
|
||||
},
|
||||
dns1: {
|
||||
label: 'label.dns'
|
||||
},
|
||||
gateway: {
|
||||
label: 'label.gateway'
|
||||
},
|
||||
publicip: {
|
||||
label: 'label.public.ip'
|
||||
},
|
||||
guestipaddress: {
|
||||
label: 'label.guest.ip'
|
||||
},
|
||||
linklocalip: {
|
||||
label: 'label.linklocal.ip'
|
||||
state: {
|
||||
label: 'label.state'
|
||||
},
|
||||
hostname: {
|
||||
label: 'label.host'
|
||||
},
|
||||
state: {
|
||||
label: 'label.state'
|
||||
},
|
||||
serviceofferingname: {
|
||||
label: 'label.service.offering'
|
||||
linklocalip: {
|
||||
label: 'label.linklocal.ip'
|
||||
},
|
||||
isredundantrouter: {
|
||||
label: 'label.redundant.router',
|
||||
|
|
@ -5877,6 +5856,30 @@
|
|||
return "No";
|
||||
}
|
||||
},
|
||||
redundantstate: {
|
||||
label: 'label.redundant.state'
|
||||
},
|
||||
id: {
|
||||
label: 'label.id'
|
||||
},
|
||||
serviceofferingname: {
|
||||
label: 'label.service.offering'
|
||||
},
|
||||
zonename: {
|
||||
label: 'label.zone'
|
||||
},
|
||||
gateway: {
|
||||
label: 'label.gateway'
|
||||
},
|
||||
publicip: {
|
||||
label: 'label.public.ip'
|
||||
},
|
||||
guestipaddress: {
|
||||
label: 'label.guest.ip'
|
||||
},
|
||||
dns1: {
|
||||
label: 'label.dns'
|
||||
},
|
||||
account: {
|
||||
label: 'label.account'
|
||||
},
|
||||
|
|
@ -5884,6 +5887,7 @@
|
|||
label: 'label.domain'
|
||||
}
|
||||
}],
|
||||
|
||||
dataProvider: function(args) {
|
||||
$.ajax({
|
||||
url: createURL("listRouters&listAll=true&vpcid=" + args.context.vpc[0].id),
|
||||
|
|
|
|||
Loading…
Reference in New Issue