mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-19 10:26:27 +00:00
添加系统用户删除 提醒
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
<script>
|
||||
function remove_role(role_id){
|
||||
if (confirm("确认删除")) {
|
||||
if (confirm("对应资产上已推送的系统用户会被删除,包括其家目录,请谨慎操作!")) {
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "{% url 'role_del' %}",
|
||||
|
Reference in New Issue
Block a user