mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Fix Source Nat address Label
This commit is contained in:
parent
1cef7cfac4
commit
5f20f7711d
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ export const editTypes: { [key: string]: { [key: string]: any } } = {
|
|||
'snat': {
|
||||
display: 'SNAT',
|
||||
fields: {
|
||||
address: { is: 'SingleSelect', label: 'Destination', props: { searchProvider: GetAddresses}},
|
||||
address: { is: 'SingleSelect', label: 'Source', props: { searchProvider: GetAddresses}},
|
||||
service: { is: 'SingleSelect', label: 'Service', props: { searchProvider: GetServices}},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue