ConnectionDetails
frontend / components/ConnectionDetails
components/ConnectionDetails
Functions
ConnectionDetails()
ConnectionDetails(
device):Element
Defined in: components/ConnectionDetails.tsx:25
ConnectionDetails component displays detailed information about a device's network interfaces.
Parameters
device
The device object containing interface details.
device
Returns
Element
The ConnectionDetails component.
Remarks
This component is designed to show the list of network interfaces for a specific device, including their status, speed, and other relevant details. It allows users to view and manage the network connections of the device.
See
- useState, useMemo, useCallback for React hooks used in the component.
- DeviceNode, InterfaceNode, MacPort for the types used in the component.