diff --git a/client/src/definitions.ts b/client/src/definitions.ts index 138fab7..81d0d3d 100644 --- a/client/src/definitions.ts +++ b/client/src/definitions.ts @@ -249,7 +249,7 @@ export const editTypes: { [key: string]: { [key: string]: any } } = { 'icmp': { display: 'ICMP', fields: { - icmp_code: { is: 'NumberBox', label: 'ICMP Code' }, + code: { is: 'NumberBox', label: 'ICMP Code' }, }, }, 'group': { @@ -362,4 +362,4 @@ export const editTypes: { [key: string]: { [key: string]: any } } = { }, }, }, -}; \ No newline at end of file +};