Update line_connection.ts

This commit is contained in:
nguyentrungthat 2026-05-15 13:10:57 +07:00
parent df0f3ec898
commit ee475dde30
1 changed files with 5 additions and 5 deletions

View File

@ -2089,14 +2089,14 @@ Ports Missing/Down: ${missing.length}\n\n`
[ [
serialInfo?.optionVisualInspection?.statusChassis ? 'ok' : 'warn', serialInfo?.optionVisualInspection?.statusChassis ? 'ok' : 'warn',
serialInfo?.optionVisualInspection?.statusChassis serialInfo?.optionVisualInspection?.statusChassis
? 'Overall hardware status is normal' ? 'Chassis / Overall - checked'
: 'Hardware issue detected on chassis/system', : 'Chassis / Overall - unchecked',
], ],
[ [
serialInfo?.optionVisualInspection?.statusPortsPOE ? 'ok' : 'warn', serialInfo?.optionVisualInspection?.statusPortsPOE ? 'ok' : 'warn',
serialInfo?.optionVisualInspection?.statusPortsPOE serialInfo?.optionVisualInspection?.statusPortsPOE
? 'All ports and PoE functions are operating normally' ? 'Ports - Checked'
: 'Port or PoE issue detected', : 'Ports - Unchecked',
], ],
] ]
@ -2242,7 +2242,7 @@ Ports Missing/Down: ${missing.length}\n\n`
</tr> </tr>
<tr> <tr>
<td style="padding:6px 0;border-bottom:1px dashed #f0f1f3;font-weight:600;color:#5f6978;">IOS-XE Version</td> <td style="padding:6px 0;border-bottom:1px dashed #f0f1f3;font-weight:600;color:#5f6978;">IOS-XE Version</td>
<td style="padding:6px 0;border-bottom:1px dashed #f0f1f3;font-weight:700;font-family:Consolas,monospace;">${iosName + ' ' + iosVersion}</td> <td style="padding:6px 0;border-bottom:1px dashed #f0f1f3;font-weight:700;font-family:Consolas,monospace;">${iosName}</td>
<td style="padding:6px 0;border-bottom:1px dashed #f0f1f3;font-weight:500;color:#9ca3af;font-family:Consolas,monospace;font-style:italic;">${'N/A'}</td> <td style="padding:6px 0;border-bottom:1px dashed #f0f1f3;font-weight:500;color:#9ca3af;font-family:Consolas,monospace;font-style:italic;">${'N/A'}</td>
</tr> </tr>
<tr> <tr>