Update
This commit is contained in:
parent
81596ddbea
commit
e93eecea91
|
|
@ -2123,7 +2123,7 @@ Ports Missing/Down: ${missing.length}\n\n`
|
||||||
keyIssueHtml = keyIssueMatches
|
keyIssueHtml = keyIssueMatches
|
||||||
.map(
|
.map(
|
||||||
(issue) =>
|
(issue) =>
|
||||||
`<table cellpadding="0" cellspacing="0" border="0" width="100%" style="background:#f5f3ff;border:1px solid #c4b5fd;border-radius:6px;margin-bottom:5px;border-collapse:separate;"><tr><td style="padding:7px 12px;font-size:12px;color:#5f6978;font-weight:500;"><span style="margin-left:8px;vertical-align:middle;">${escapeHtml(issue)}</span></td><td align="right" style="padding:7px 12px;width:90px;"></td></tr></table>`
|
`<table cellpadding="0" cellspacing="0" border="0" width="100%" style="background:#f5f3ff;border:1px solid #c4b5fd;border-radius:6px;margin-bottom:5px;border-collapse:separate;"><tr><td style="padding:7px 12px;font-size:12px;color:#5f6978;font-weight:500;"><span style="margin-left:8px;vertical-align:middle;">${escapeHtml(issue.replace("\n", ""))}</span></td><td align="right" style="padding:7px 12px;width:90px;"></td></tr></table>`
|
||||||
)
|
)
|
||||||
.join('')
|
.join('')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue