mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +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,
|
||||
type: interfaces[index].type,
|
||||
addressing_mode: interfaces[index].addressing_mode,
|
||||
address: interfaces[nindexame].address,
|
||||
address: interfaces[index].address,
|
||||
comment: interfaces[index].comment,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue