Commit 34e8b321 authored by yumaojun's avatar yumaojun

添加系统用户删除 提醒

parent c6626e83
......@@ -84,7 +84,7 @@
<script>
function remove_role(role_id){
if (confirm("确认删除")) {
if (confirm("对应资产上已推送的系统用户会被删除,包括其家目录,请谨慎操作!")) {
$.ajax({
type: "POST",
url: "{% url 'role_del' %}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment