CLOUDSTACK UI - network menu - create guest network dialog - change label.

This commit is contained in:
Jessica Wang 2013-06-10 13:43:07 -07:00
parent 40982ccef2
commit a59067e94f

View File

@ -320,8 +320,8 @@
title: 'label.guest.networks', title: 'label.guest.networks',
listView: { listView: {
actions: { actions: {
add: { //add Isolated guest network (can't add Shared guest network here) add: {
label: 'Add Isolated Guest Network', label: 'Add Isolated Guest Network with SourceNat',
preFilter: function(args) { //Isolated networks is only supported in Advanced (SG-disabled) zone preFilter: function(args) { //Isolated networks is only supported in Advanced (SG-disabled) zone
if(args.context.zoneType != 'Basic') if(args.context.zoneType != 'Basic')
@ -331,8 +331,7 @@
}, },
createForm: { createForm: {
title: 'Add Isolated Guest Network', title: 'Add Isolated Guest Network with SourceNat',
desc: 'Add Isolated Guest Network with SourceNat',
fields: { fields: {
name: { label: 'label.name', validation: { required: true }, docID: 'helpGuestNetworkName' }, name: { label: 'label.name', validation: { required: true }, docID: 'helpGuestNetworkName' },
displayText: { label: 'label.display.text', validation: { required: true }, docID: 'helpGuestNetworkDisplayText'}, displayText: { label: 'label.display.text', validation: { required: true }, docID: 'helpGuestNetworkDisplayText'},