mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
fix invalid reference to this
This commit is contained in:
+1
-1
@@ -2730,7 +2730,7 @@ function getPtyData(sessionId : string, cmdId : string) {
|
||||
}
|
||||
|
||||
function getRemotePtyData(remoteId : string) {
|
||||
let url = sprintf(GlobalModel.getBaseHostPort() + "/api/remote-pty?remoteid=%s", this.getContextRemoteId());
|
||||
let url = sprintf(GlobalModel.getBaseHostPort() + "/api/remote-pty?remoteid=%s", remoteId);
|
||||
return _getPtyDataFromUrl(url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user