mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Fix network settings report
This commit is contained in:
parent
a3e511363c
commit
b9245db50b
@ -2232,10 +2232,10 @@ export class WazuhReportingCtrl {
|
||||
],
|
||||
rows: netaddr.data.items.map(x => {
|
||||
return [
|
||||
x['interface'],
|
||||
x['iface'],
|
||||
x['address'],
|
||||
x['netmask'],
|
||||
x['protocol'],
|
||||
x['proto'],
|
||||
x['broadcast']
|
||||
];
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user