-
-
-
{{ $t('label.macaddress') }}
-
{{ item.macaddress }}
-
-
-
{{ $t('label.ipaddress') }}
-
{{ item.ipaddress }}
-
-
-
{{ $t('label.secondaryips') }}
-
{{ item.secondaryip.map(x => x.ipaddress).join(', ') }}
-
-
-
{{ $t('label.netmask') }}
-
{{ item.netmask }}
-
-
-
{{ $t('label.gateway') }}
-
{{ item.gateway }}
-
-
-
{{ $t('label.id') }}
-
-
-
-