const RadiusRouterManager = { name: 'RadiusRouterManager', props: { show: Boolean, userItem: Object }, template: `
{{ pingResult.packetsTransmitted }}{{ pingResult.packetsReceived }}{{ pingResult.packetLoss }}%{{ pingResult.min }} / {{ pingResult.avg }} / {{ pingResult.max }} ms| # | Bandbreite | Übertragen | Pakete |
|---|---|---|---|
| {{ idx + 1 }} | {{ row.bpsFormatted }} | {{ row.bytesFormatted }} | {{ row.packets }} |
{{ remoteAccessResult.username }}
{{ remoteAccessResult.password }}
| Datum | Uhrzeit | Gruppe | Nachricht |
|---|---|---|---|
| {{ event.date }} | {{ event.time }} | {{ event.group }} | {{ event.msg }} |
{{ wlanKeyData.ssid || '-' }}
{{ wlanKeyData.ssid_secondary }}
{{ wlanKeyData.psk || '-' }}
{{ wlanKeyData.wpa_type?.toUpperCase() || 'WPA2' }}
{{ wlanKeyData.lan?.ip || '-' }}
{{ wlanKeyData.lan?.subnet || '-' }}
{{ wlanKeyData.lan.dhcp_start }} - {{ wlanKeyData.lan.dhcp_end }}
-
{{ wlanKeyData.lan?.dns_servers || '-' }}
{{ wlanKeyData.device_name }}
{{ wlanKeyData.known_devices_count }}