diff --git a/BACKEND/app/services/line_connection.ts b/BACKEND/app/services/line_connection.ts index 46834fa..7d233ca 100644 --- a/BACKEND/app/services/line_connection.ts +++ b/BACKEND/app/services/line_connection.ts @@ -1710,7 +1710,7 @@ ${log} const body = `
| DPELP | -Physical Test | +Physical Testing |
|
@@ -1720,7 +1720,7 @@ ${log}
IOS: ${dataShowVersion?.SOFTWARE_IMAGE ?? ''} ${dataShowVersion?.VERSION ?? ''} MEM: ${dataShowVersion?.MEMORY ?? ''} FLASH: ${dataShowVersion?.USB_FLASH ?? ''} - License: ${ + Licenses: ${ dataShowLic ? dataShowLic ?.filter((el) => el.LICENSE_TYPE === 'Permanent') @@ -1729,18 +1729,18 @@ ${log} : '' } Summary: ${this.config?.latestScenario?.detectAI?.summary || ''} - Issue: ${issue?.length ? ` - ` + issue.join(` - `) : 'No issues detected.'} + Issues: ${issue?.length ? ` - ` + issue.join(` - `) : 'No issues detected.'} |
Total Ports: ${portPhysical?.length} - Ports Tested (UP): ${portPhysical.filter((p) => p.tested).length} - Ports Missing: ${portPhysical.filter((p) => !p.tested).length} + Ports Tested (Link UP): ${portPhysical.filter((p) => p.tested).length} + Ports Missing/Down: ${portPhysical.filter((p) => !p.tested).length} |