diff --git a/src/main/java/be/seeseepuff/pcinv/models/ChassisAsset.java b/src/main/java/be/seeseepuff/pcinv/models/ChassisAsset.java index 9cb63b9..687c6ac 100644 --- a/src/main/java/be/seeseepuff/pcinv/models/ChassisAsset.java +++ b/src/main/java/be/seeseepuff/pcinv/models/ChassisAsset.java @@ -34,14 +34,17 @@ public class ChassisAsset implements Asset @Description("The number of 3.5\" drive bays in the chassis.") @Property("3.5\" Bays") + @HideInOverview private Long bay3_5Count; @Description("The number of internal 3.5\" drive bays in the chassis.") @Property("Internal 3.5\" Bays") + @HideInOverview private Long internalBay3_5Count; @Description("The number of 2.5\" drive bays in the chassis.") @Property("2.5\" Bays") + @HideInOverview private Long bay2_5Count; @Description("The number of expansion slots in the chassis.")