Create function sendDeviceInfor to mail
This commit is contained in:
parent
e7ede1a3b9
commit
41cf39d554
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue