Added few fields to key equivalence file

This commit is contained in:
Jesús Ángel 2018-07-26 17:03:42 +02:00
parent 594de83089
commit 62494a0491

View File

@ -50,5 +50,13 @@ export default {
key: 'Key',
scan_id: 'Scan ID',
format: 'Format',
scan_time: 'Scan date'
scan_time: 'Scan date',
state: 'State',
mac: 'MAC',
gateway: 'Gateway',
dhcp: 'DHCP',
iface: 'Interface',
broadcast: 'Broadcast',
proto: 'Protocol',
address: 'Address'
};