Browse Source

[Update] 修改提示播放器下载地址

pull/3810/head
Michael Bai 5 years ago
parent
commit
41b73c3701
  1. 2
      apps/terminal/templates/terminal/session_list.html

2
apps/terminal/templates/terminal/session_list.html

@ -240,7 +240,7 @@ $(document).ready(function() {
var hasConfirm = getCookie('replayConfirm');
if (!hasConfirm) {
var help_text = "{% trans "Visit doc for replay play offline: " %}";
help_text += "http://docs.jumpserver.org";
help_text += "https://github.com/jumpserver/videoplayer";
var r = confirm(help_text);
setCookie("replayConfirm", "1")
}

Loading…
Cancel
Save