diff --git a/client/src/definitions.ts b/client/src/definitions.ts index f3a7ba2..f62861b 100644 --- a/client/src/definitions.ts +++ b/client/src/definitions.ts @@ -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}}, }, },