fix/policy-container-width #91

Merged
rafaga21 merged 6 commits from fix/policy-container-width into master 2026-06-14 09:19:34 -04:00
Showing only changes of commit 49d724cf9c - Show all commits

View File

@@ -27,6 +27,7 @@ function executeCommand() {
fetch('/terminal/' + serverId + '/execute', {
method: 'POST',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/x-www-form-urlencoded',
'X-CSRF-Token': getCsrfToken(),
},