mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-04 08:25:56 +00:00
BIN
lina.tar.gz
Normal file
BIN
lina.tar.gz
Normal file
Binary file not shown.
@@ -103,7 +103,7 @@ export default {
|
|||||||
window.open(replayUrl)
|
window.open(replayUrl)
|
||||||
},
|
},
|
||||||
openReplayDownload: function(id) {
|
openReplayDownload: function(id) {
|
||||||
const downloadUrl = '/api/v1/terminal/session/00000000-0000-0000-0000-000000000000/replay/download/'
|
const downloadUrl = '/api/v1/terminal/sessions/00000000-0000-0000-0000-000000000000/replay/download/'
|
||||||
.replace('00000000-0000-0000-0000-000000000000', id)
|
.replace('00000000-0000-0000-0000-000000000000', id)
|
||||||
window.open(downloadUrl)
|
window.open(downloadUrl)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user