Update line_connection.ts

This commit is contained in:
nguyentrungthat 2026-01-07 16:04:35 +07:00
parent 28059f85ed
commit 8580f3c88a
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ export default class LineConnection {
buildEmailContent(result: TestResult): string {
const rows = mapErrorsToRows(result.errors)
const table = this.renderErrorTable(rows)
console.log(table)
return `
<h3>Cisco Device Log Result</h3>
<p>Line: <b>${this.config.lineNumber}</b> - Station: <b>${this.config.stationName}</b></p>