Merge branch 'bugfix/unicode-terminal' of gitlab.com:crafty-controller/crafty-4 into bugfix/unicode-terminal

This commit is contained in:
Zedifus 2024-01-16 20:02:07 +00:00
commit 37de80708c

View File

@ -192,7 +192,7 @@
const token = getCookie("_xsrf")
let colors = true;
if (!$("#stop_scroll").is(':checked')) {
let res = await fetch(`/api/v2/servers/${serverId}/logs?colors=${colors}`, {
let res = await fetch(`/api/v2/servers/${serverId}/logs?colors=${colors}&file=true`, {
method: 'GET',
headers: {
'X-XSRFToken': token