Skip to content

Commit

Permalink
Fixes #19374: API shows only part of the memory information
Browse files Browse the repository at this point in the history
  • Loading branch information
fanf committed Jun 2, 2021
1 parent def2622 commit ddc6cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ object NodeDetailLevel {
( "type" -> mem.memType ) ~
( "caption" -> mem.caption ) ~
( "quantity" -> mem.quantity ) ~
( "capacity" -> mem.capacity.map(MemorySize.sizeMb) )
( "capacity" -> mem.capacity.map(MemorySize.sizeMb) ) ~
( "slotNumber" -> mem.slotNumber ) ~
( "description" -> mem.description ) ~
( "serialNumber" -> mem.serialNumber )
Expand Down

0 comments on commit ddc6cf5

Please sign in to comment.