Reorder fields in HddAsset for clarity
All checks were successful
Build / build (push) Successful in 1m20s

This commit is contained in:
2025-06-15 09:14:13 +02:00
parent b4c493c27b
commit 14ac78982f

View File

@@ -57,16 +57,16 @@ public class HddAsset implements Asset
@InputList
private String driveType;
@Description("Number of heads in the drive.")
@Property("Heads")
@HideInOverview
private Integer heads;
@Description("Number of cylinders in the drive.")
@Property("Cylinders")
@HideInOverview
private Integer cylinders;
@Description("Number of heads in the drive.")
@Property("Heads")
@HideInOverview
private Integer heads;
@Description("Number of sectors in the drive.")
@Property("Sectors")
@HideInOverview