update route showLog
This commit is contained in:
parent
54abce5e73
commit
aaf323d537
|
|
@ -127,7 +127,7 @@ Route.get("/api/log/showLog/:name?", async ({ request, response }) => {
|
|||
border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));\
|
||||
border-image: initial;\
|
||||
padding: 2px;'>" +
|
||||
"Detected lines in file: "+detectedLines.join("\n")+"\n\n"+data.join("\n") +
|
||||
"<b>Detected lines in file:</b>\n"+detectedLines.join("\n")+"\n\n"+data.join("\n") +
|
||||
"</div>\
|
||||
</body>\
|
||||
</html>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue