Update line_connection.ts
This commit is contained in:
parent
df0f3ec898
commit
ee475dde30
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue