mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +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': {
|
'icmp': {
|
||||||
display: 'ICMP',
|
display: 'ICMP',
|
||||||
fields: {
|
fields: {
|
||||||
icmp_code: { is: 'NumberBox', label: 'ICMP Code' },
|
code: { is: 'NumberBox', label: 'ICMP Code' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'group': {
|
'group': {
|
||||||
|
|
Loading…
Add table
Reference in a new issue