Create function sendDeviceInfor to mail

This commit is contained in:
joseph le 2023-10-09 16:43:37 +07:00
parent e7ede1a3b9
commit 41cf39d554
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ export const sendDeviceInfora = async () => {
extraItem: "yes",
});
html += `<tr style='background-color:${backgroundColor}'><td>${PID}</td>
html += `<tr><td>${PID}</td>
<td>${VID}</td>
<td>${SN}</td>
<td></td>
@ -247,7 +247,7 @@ export const sendDeviceInfora = async () => {
extraItem: "yes",
});
html += `<tr style='background-color:${backgroundColor}'><td>${PID}</td>
html += `<tr><td>${PID}</td>
<td>${VID}</td>
<td>${SN}</td>
<td></td>