From ee475dde30c705291a5809cf4a667961effdb52c Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Fri, 15 May 2026 13:10:57 +0700 Subject: [PATCH] Update line_connection.ts --- BACKEND/app/services/line_connection.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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'}