mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1828:NAT on private gateway UI support
This commit is contained in:
parent
7ca488334f
commit
0ed0e9a26e
|
|
@ -950,7 +950,14 @@
|
|||
id: { label: 'label.id' },
|
||||
zonename: { label: 'label.zone' },
|
||||
domain: { label: 'label.domain' },
|
||||
account: { label: 'label.account' }
|
||||
account: { label: 'label.account' },
|
||||
sourcenatsupported:{
|
||||
label: 'SourceNAT Supported' ,
|
||||
converter: function(str) {
|
||||
return str ? 'Yes' : 'No';
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
],
|
||||
dataProvider: function(args) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue