mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
AMT manager improvements.
This commit is contained in:
parent
a435d57be5
commit
bd61bfe2d0
3 changed files with 30 additions and 27 deletions
|
@ -30,7 +30,6 @@ function WsmanStackCreateService(comm)
|
|||
obj.Address = '/wsman';
|
||||
obj.xmlParser = require('./amt-xml.js');
|
||||
obj.comm = comm;
|
||||
obj.comm.parent = obj;
|
||||
|
||||
obj.PerformAjax = function PerformAjax(postdata, callback, tag, pri, namespaces) {
|
||||
if (namespaces == null) namespaces = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue