mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-25 06:42:49 +00:00
[Update] 修改一些文案说明和翻译
This commit is contained in:
@@ -112,9 +112,7 @@ $(document).ready(function() {
|
||||
alert(data)
|
||||
};
|
||||
var success = function () {
|
||||
setTimeout(function () {
|
||||
console.log("ok")
|
||||
}, 1000);
|
||||
alert("任务开始执行,重定向到任务详情页面,多刷新几次查看结果")
|
||||
window.location = "{% url 'ops:task-detail' pk=DEFAULT_PK %}".replace('{{ DEFAULT_PK }}', uid);
|
||||
};
|
||||
APIUpdateAttr({
|
||||
|
Reference in New Issue
Block a user