mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - add Network offering dialog - correct label of service offering from Compute offering to System offering.
This commit is contained in:
parent
89eef69750
commit
56bbc5e2af
|
|
@ -13,6 +13,7 @@ label.add.F5.device=Add F5 device
|
|||
label.add.SRX.device=Add SRX device
|
||||
label.account.and.security.group=Account, Security group
|
||||
label.fetch.latest=Fetch latest
|
||||
label.system.offering=System Offering
|
||||
#new labels (end) ************************************************************************************************
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2938,6 +2938,7 @@ dictionary = {
|
|||
'label.add.netScaler.device': '<fmt:message key="label.add.netScaler.device" />',
|
||||
'label.add.F5.device': '<fmt:message key="label.add.F5.device" />',
|
||||
'label.add.SRX.device': '<fmt:message key="label.add.SRX.device" />',
|
||||
'label.account.and.security.group': '<fmt:message key="label.account.and.security.group" />'
|
||||
'label.account.and.security.group': '<fmt:message key="label.account.and.security.group" />',
|
||||
'label.system.offering': '<fmt:message key="label.system.offering" />'
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -1270,7 +1270,7 @@
|
|||
|
||||
//show or hide upon checked services and selected providers above (begin)
|
||||
serviceOfferingId: {
|
||||
label: 'label.compute.offering',
|
||||
label: 'label.system.offering',
|
||||
select: function(args) {
|
||||
$.ajax({
|
||||
url: createURL('listServiceOfferings&issystem=true&systemvmtype=domainrouter'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue