Update line_connection.ts
This commit is contained in:
parent
28059f85ed
commit
8580f3c88a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue