mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK UI - network menu - create guest network dialog - change label.
This commit is contained in:
parent
40982ccef2
commit
a59067e94f
@ -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'},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user