mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-19 10:50:56 +00:00
fix initial setup upload
This commit is contained in:
@@ -82,6 +82,7 @@ export default {
|
||||
meshagent: null,
|
||||
allTimezones: [],
|
||||
timezone: null,
|
||||
arch: "64",
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
@@ -96,6 +97,7 @@ export default {
|
||||
.post("/clients/clients/", data)
|
||||
.then(r => {
|
||||
let formData = new FormData();
|
||||
formData.append("arch", this.arch);
|
||||
formData.append("meshagent", this.meshagent);
|
||||
axios
|
||||
.put("/core/uploadmesh/", formData)
|
||||
|
||||
Reference in New Issue
Block a user