Add motherboard asset model and repository; hide specific properties in overview
This commit is contained in:
@@ -34,4 +34,8 @@ public class RamAsset implements Asset
|
||||
@Property("Type")
|
||||
@InputList
|
||||
private String type;
|
||||
|
||||
@Description("The speed of the memory in MHz.")
|
||||
@Property("Speed")
|
||||
private Long speed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user