From a3e7649a3c0ca1ecb2263e4c4a51baddbc0af4e5 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Wed, 8 Oct 2025 13:52:34 -0400 Subject: [PATCH] minor hypervisor annotation --- salt/soc/dyanno/hypervisor/hypervisor.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/soc/dyanno/hypervisor/hypervisor.yaml b/salt/soc/dyanno/hypervisor/hypervisor.yaml index b3b802d8e..143a2f5cb 100644 --- a/salt/soc/dyanno/hypervisor/hypervisor.yaml +++ b/salt/soc/dyanno/hypervisor/hypervisor.yaml @@ -64,21 +64,21 @@ hypervisor: readonly: true forcedType: int - field: nsm_size - label: "Size of virtual disk to create and use for /nsm, in GB. Only applicable if no passthrough disk." + label: "Size of virtual disk to create and use for /nsm, in GB. Only applicable if no pass-through disk." forcedType: int readonly: true - field: disk - label: "Disk(s) to passthrough for /nsm. Free: FREE | Total: TOTAL" + label: "Disk(s) to pass through for /nsm. Free: FREE | Total: TOTAL" readonly: true options: [] forcedType: '[]int' - field: copper - label: "Copper port(s) to passthrough. Free: FREE | Total: TOTAL" + label: "Copper port(s) to pass through. Free: FREE | Total: TOTAL" readonly: true options: [] forcedType: '[]int' - field: sfp - label: "SFP port(s) to passthrough. Free: FREE | Total: TOTAL" + label: "SFP port(s) to pass through. Free: FREE | Total: TOTAL" readonly: true options: [] forcedType: '[]int'