Skip to content

Commit

Permalink
💄 change ui logs from put to get
Browse files Browse the repository at this point in the history
  • Loading branch information
lav committed May 13, 2024
1 parent 631d8bd commit b309ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@

const logs = (containerId) => {
$.ajax({
method: "PUT",
method: "GET",
url: `/api/engine/containers/${containerId}/logs`
}).done(result => {
$("#clogs_" + containerId + "_pre").html(result.toString().replace(/(?:\r\n|\r|\n)/g, '<br>'))
Expand Down

0 comments on commit b309ae8

Please sign in to comment.