mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
fix interface listing
This commit is contained in:
parent
b2fd352145
commit
4f4f125796
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const displayData = $computed(() => {
|
||||||
name: interfaces[index].name,
|
name: interfaces[index].name,
|
||||||
type: interfaces[index].type,
|
type: interfaces[index].type,
|
||||||
addressing_mode: interfaces[index].addressing_mode,
|
addressing_mode: interfaces[index].addressing_mode,
|
||||||
address: interfaces[nindexame].address,
|
address: interfaces[index].address,
|
||||||
comment: interfaces[index].comment,
|
comment: interfaces[index].comment,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue