fix icmp definition

This commit is contained in:
Samuel Lorch 2024-08-02 11:56:47 +02:00
parent ab8430824f
commit f736e53f14

View file

@ -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 } } = {
},
},
},
};
};