mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Merge branch 'bugfix/unicode-logs' into bugfix/unicode-terminal
This commit is contained in:
commit
c57d193a59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user