mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
fix icmp definition
This commit is contained in:
parent
ab8430824f
commit
f736e53f14
1 changed files with 2 additions and 2 deletions
|
@ -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 } } = {
|
|||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue