Skip to content

Commit eaf3a82

Browse files
authored
Merge pull request #21 from bmc-toolbox/slug-nicport
constants: NIC ports get a slug
2 parents 8c478be + 7694d5b commit eaf3a82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

constants.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ const (
4646
SlugDriveTypeSATAHDD = "Sata-HDD"
4747
SlugNIC = "NIC"
4848
SlugNICs = "NICs"
49+
SlugNICPort = "NICPort"
50+
SlugNICPorts = "NICPorts"
4951
SlugPSU = "Power-Supply"
5052
SlugPSUs = "Power-Supplies"
5153
SlugCPLD = "CPLD"
@@ -85,6 +87,8 @@ func ComponentTypes() []string {
8587
SlugDriveTypeSATAHDD,
8688
SlugNIC,
8789
SlugNICs,
90+
SlugNICPort,
91+
SlugNICPorts,
8892
SlugPSU,
8993
SlugPSUs,
9094
SlugCPLD,

0 commit comments

Comments
 (0)