Skip to main content

ConnectionDetails

frontend


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

DeviceNode

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