Update line_connection.ts

This commit is contained in:
nguyentrungthat 2026-05-16 08:32:50 +07:00
parent 72478a52da
commit 1e3a3629da
1 changed files with 1 additions and 1 deletions

View File

@ -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>