mirror of https://github.com/jumpserver/jumpserver
[Update] 更新翻译 (#3552)
* [Update] 更新翻译(数据库应用) * [Update] 更新翻译(数据库应用)2 * [Update] 更新翻译(数据库应用)3pull/3553/head
parent
16f727c60d
commit
9cfccf8a1b
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -136,7 +136,13 @@ $ {{ command.input }}
|
|||
}, 300)
|
||||
}
|
||||
var the_url = "{% url 'api-terminal:tasks-list' %}";
|
||||
requestApi({url: the_url, method: 'POST', body: JSON.stringify(data), success: success, success_message: 'Terminate success'});
|
||||
requestApi({
|
||||
url: the_url,
|
||||
method: 'POST',
|
||||
body: JSON.stringify(data),
|
||||
success: success,
|
||||
success_message: "{% trans 'Terminate success'%}"
|
||||
});
|
||||
}
|
||||
$(document).ready(function () {
|
||||
$('.footable').footable();
|
||||
|
|
Loading…
Reference in New Issue