From 456800879202a1cf3245509cb7fc55d673a4320d Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sat, 23 May 2026 16:27:27 -0600 Subject: [PATCH] Update help text for devices update --- src/components/features/devices/Devices.tsx | 44 +++++++++++++-------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/src/components/features/devices/Devices.tsx b/src/components/features/devices/Devices.tsx index 79c9718..9436ca2 100644 --- a/src/components/features/devices/Devices.tsx +++ b/src/components/features/devices/Devices.tsx @@ -93,12 +93,12 @@ export const DeviceCreateUpdateModal = ({ Name * - The given name for this Device + Enter the device DNS hostname without the domain suffix. @@ -114,10 +114,14 @@ export const DeviceCreateUpdateModal = ({ Description * - Provide any additional details here + Describe the device role or modality. - + @@ -130,6 +134,10 @@ export const DeviceCreateUpdateModal = ({ render={({ field }) => ( Device Type * + + Select whether this OT asset is modeled as a virtual + machine or a container. + { @@ -165,7 +173,8 @@ export const DeviceCreateUpdateModal = ({ Cloud Init * - Leave CHECKED to use Cloud Init + Enable or disable cloud-init customization for this + device. CPU Cores * - The number of CPU cores the Device should have + Set the number of virtual CPU cores assigned to this + device. Memory * - The amount of memory (in MBs) the Device should have + Set the memory allocation for the device in MB. Disk * - The amount of disk space (in MBs) the Device should have + Set the device disk size in MB. Disk Controller * - The disk controller used for the disk + Select the virtual disk controller presented to the + device. Require Display * - Toggle TRUE if a Display component is required + Specify whether the device needs a graphical display. DHCP * - Leave CHECKED to use DHCP. If a static is desired, set - this to UNCHECKED and manually set ipv4, gateway, and - dns_servers fields below. + Enable DHCP for automatic addressing, or disable it and + provide static network settings below. MAC Address - Optional: Override automatic MAC Address assignment + Optionally set a specific MAC address instead of using an + automatic assignment. ipv4 - Optional: Override automatic IP assignment + Enter a static IPv4 address when DHCP is disabled. Default Gateway - Optional: Override default gateway assignment + Enter the default gateway for a statically addressed + device.