Skip to content

Commit

Permalink
constants: Add product x13dem
Browse files Browse the repository at this point in the history
Add new product name x13dem for supermicro server SYS-221H-TN24R
  • Loading branch information
coffeefreak101 committed May 7, 2024
1 parent c9882db commit 443bfed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ func FormatProductName(s string) string {
return "x12spo-ntf"
case "Micron_5200_MTFDDAK480TDN":
return "5200MAX"
case "SYS-221H-TN24R":
return "x13dem"
default:
return s
}
Expand Down

0 comments on commit 443bfed

Please sign in to comment.