mirror of https://github.com/apache/cloudstack.git
CS-15915:InterVlan - UI - Static route - instead of CIDR should say CIDR of destination network
This commit is contained in:
parent
601ca8c5eb
commit
1e19ff9bf0
|
|
@ -633,7 +633,7 @@
|
|||
noSelect: true,
|
||||
context: args.context,
|
||||
fields: {
|
||||
cidr: { edit: true, label: 'label.cidr' },
|
||||
cidr: { edit: true, label: 'CIDR of destination networK' },
|
||||
'add-rule': {
|
||||
label: 'Add route',
|
||||
addButton: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue