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 ? 'ok' : 'warn',
|
||||||
serialInfo?.optionVisualInspection?.statusChassis
|
serialInfo?.optionVisualInspection?.statusChassis
|
||||||
? 'Chassis / Overall - checked'
|
? 'Chassis / Overall - Checked'
|
||||||
: 'Chassis / Overall - unchecked',
|
: 'Chassis / Overall - Unchecked',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
serialInfo?.optionVisualInspection?.statusPortsPOE ? 'ok' : 'warn',
|
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;">
|
<div style="font-size:10px;font-weight:700;text-transform:uppercase;color:#5f6978;margin-bottom:2px;letter-spacing:0.5px;">
|
||||||
Received
|
Received
|
||||||
</div>
|
</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'}
|
${dataIncomingBySN?.packagePo?.receivedBy?.fullName || 'Unknown'}
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top:4px;font-size:10px;color:#9ca3af;">
|
<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;">
|
<div style="font-size:10px;font-weight:700;text-transform:uppercase;color:#5f6978;margin-bottom:2px;letter-spacing:0.5px;">
|
||||||
Visual Check
|
Visual Check
|
||||||
</div>
|
</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'}
|
${dataIncomingBySN?.packagePo?.receivedBy?.fullName || 'Unknown'}
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top:4px;font-size:10px;color:#9ca3af;">
|
<div style="margin-top:4px;font-size:10px;color:#9ca3af;">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue