From 340aaf42def1d2256ddab34c465318cd8bc17151 Mon Sep 17 00:00:00 2001 From: guanghongwei Date: Fri, 27 Mar 2015 16:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jperm/urls.py | 1 - templates/jperm/sudo_list.html | 55 ++++++++++++++++++++-------------- 2 files changed, 32 insertions(+), 24 deletions(-) diff --git a/jperm/urls.py b/jperm/urls.py index 194a76180..3efbd16fd 100644 --- a/jperm/urls.py +++ b/jperm/urls.py @@ -1,5 +1,4 @@ from django.conf.urls import patterns, include, url -from jumpserver.api import view_splitter from jperm.views import * urlpatterns = patterns('jperm.views', diff --git a/templates/jperm/sudo_list.html b/templates/jperm/sudo_list.html index 0d1f76608..224e36dd0 100644 --- a/templates/jperm/sudo_list.html +++ b/templates/jperm/sudo_list.html @@ -37,7 +37,7 @@
  • 查看Sudo授权
  • 查看命令组
  • 添加命令组
  • - @@ -105,30 +105,39 @@ {% endblock %} \ No newline at end of file