添加系统用户删除 提醒

This commit is contained in:
yumaojun
2016-01-04 11:47:50 +08:00
parent c6626e83f2
commit 34e8b32180

View File

@@ -84,7 +84,7 @@
<script>
function remove_role(role_id){
if (confirm("确认删除")) {
if (confirm("对应资产上已推送的系统用户会被删除,包括其家目录,请谨慎操作!")) {
$.ajax({
type: "POST",
url: "{% url 'role_del' %}",