Reorder fields in HddAsset for clarity
All checks were successful
Build / build (push) Successful in 1m20s
All checks were successful
Build / build (push) Successful in 1m20s
This commit is contained in:
@@ -57,16 +57,16 @@ public class HddAsset implements Asset
|
|||||||
@InputList
|
@InputList
|
||||||
private String driveType;
|
private String driveType;
|
||||||
|
|
||||||
@Description("Number of heads in the drive.")
|
|
||||||
@Property("Heads")
|
|
||||||
@HideInOverview
|
|
||||||
private Integer heads;
|
|
||||||
|
|
||||||
@Description("Number of cylinders in the drive.")
|
@Description("Number of cylinders in the drive.")
|
||||||
@Property("Cylinders")
|
@Property("Cylinders")
|
||||||
@HideInOverview
|
@HideInOverview
|
||||||
private Integer cylinders;
|
private Integer cylinders;
|
||||||
|
|
||||||
|
@Description("Number of heads in the drive.")
|
||||||
|
@Property("Heads")
|
||||||
|
@HideInOverview
|
||||||
|
private Integer heads;
|
||||||
|
|
||||||
@Description("Number of sectors in the drive.")
|
@Description("Number of sectors in the drive.")
|
||||||
@Property("Sectors")
|
@Property("Sectors")
|
||||||
@HideInOverview
|
@HideInOverview
|
||||||
|
|||||||
Reference in New Issue
Block a user