Update line_connection.ts
This commit is contained in:
parent
ee475dde30
commit
72478a52da
|
|
@ -2089,8 +2089,8 @@ Ports Missing/Down: ${missing.length}\n\n`
|
|||
[
|
||||
serialInfo?.optionVisualInspection?.statusChassis ? 'ok' : 'warn',
|
||||
serialInfo?.optionVisualInspection?.statusChassis
|
||||
? 'Chassis / Overall - checked'
|
||||
: 'Chassis / Overall - unchecked',
|
||||
? 'Chassis / Overall - Checked'
|
||||
: 'Chassis / Overall - Unchecked',
|
||||
],
|
||||
[
|
||||
serialInfo?.optionVisualInspection?.statusPortsPOE ? 'ok' : 'warn',
|
||||
|
|
@ -2327,7 +2327,7 @@ Ports Missing/Down: ${missing.length}\n\n`
|
|||
<div style="font-size:10px;font-weight:700;text-transform:uppercase;color:#5f6978;margin-bottom:2px;letter-spacing:0.5px;">
|
||||
Received
|
||||
</div>
|
||||
<div style="font-size:11px;font-weight:600;color:#1a1d23;font-style:italic;">
|
||||
<div style="font-size:11px;font-weight:600;color:#1a1d23;">
|
||||
${dataIncomingBySN?.packagePo?.receivedBy?.fullName || 'Unknown'}
|
||||
</div>
|
||||
<div style="margin-top:4px;font-size:10px;color:#9ca3af;">
|
||||
|
|
@ -2343,7 +2343,7 @@ Ports Missing/Down: ${missing.length}\n\n`
|
|||
<div style="font-size:10px;font-weight:700;text-transform:uppercase;color:#5f6978;margin-bottom:2px;letter-spacing:0.5px;">
|
||||
Visual Check
|
||||
</div>
|
||||
<div style="font-size:11px;font-weight:600;color:#1a1d23;font-style:italic;">
|
||||
<div style="font-size:11px;font-weight:600;color:#1a1d23">
|
||||
${dataIncomingBySN?.packagePo?.receivedBy?.fullName || 'Unknown'}
|
||||
</div>
|
||||
<div style="margin-top:4px;font-size:10px;color:#9ca3af;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue