Update line_connection.ts
This commit is contained in:
parent
72478a52da
commit
1e3a3629da
|
|
@ -2403,7 +2403,7 @@ Ports Missing/Down: ${missing.length}\n\n`
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
${serialInfo ? checklistRowsHtml : '<td style="padding:6px 0;border-bottom:1px dashed #f0f1f3;font-weight:600;color:#5f6978; font-size:11px; font-style:italic;">Not Available</td>'}
|
${checklistRowsHtml}
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue