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
? '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`
</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: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>
</tr>
<tr>