-
+
|
Product Info
@@ -2158,12 +2184,14 @@ Ports Missing/Down: ${missing.length}\n\n`
| P/N | ${productPN} |
| S/N | ${productSN} |
| MAC | ${macAddress || '-'} |
+ | Cond. | ${'-'} |
+ | Supplier | ${'-'} |
|
-
+
|
Technical Specs
@@ -2373,7 +2401,7 @@ Ports Missing/Down: ${missing.length}\n\n`
this.config?.inventory?.listInventory
?.map(
(item: any) => `
- | ${item.pid} | ${item.sn} | `
+ | ${item.pid} | ${item.sn} | `
)
.join('') || ''
}
@@ -2403,7 +2431,7 @@ Ports Missing/Down: ${missing.length}\n\n`
| CONSOLE RAW OUTPUT (Boot Log snippet) |
- ${this?.outputTestLog || 'No test log available'} |
+ ${highlightSnInConsoleOutput(this?.outputTestLog, this.config?.inventory?.listInventory)} |
| | |