diff --git a/BACKEND/app/services/line_connection.ts b/BACKEND/app/services/line_connection.ts index ae645ce..8b93bb3 100644 --- a/BACKEND/app/services/line_connection.ts +++ b/BACKEND/app/services/line_connection.ts @@ -2089,14 +2089,14 @@ Ports Missing/Down: ${missing.length}\n\n` [ serialInfo?.optionVisualInspection?.statusChassis ? 'ok' : 'warn', serialInfo?.optionVisualInspection?.statusChassis - ? 'Overall hardware status is normal' - : 'Hardware issue detected on chassis/system', + ? 'Chassis / Overall - checked' + : 'Chassis / Overall - unchecked', ], [ serialInfo?.optionVisualInspection?.statusPortsPOE ? 'ok' : 'warn', serialInfo?.optionVisualInspection?.statusPortsPOE - ? 'All ports and PoE functions are operating normally' - : 'Port or PoE issue detected', + ? 'Ports - Checked' + : 'Ports - Unchecked', ], ] @@ -2242,7 +2242,7 @@ Ports Missing/Down: ${missing.length}\n\n` IOS-XE Version - ${iosName + ' ' + iosVersion} + ${iosName} ${'N/A'}