mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 14:38:02 +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)
|
||||
},
|
||||
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)
|
||||
window.open(downloadUrl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user