Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
9e329643
Commit
9e329643
authored
Jan 07, 2015
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug and 睡觉
parent
f524d260
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
views.py
juser/views.py
+1
-1
nav.html
templates/nav.html
+5
-5
No files found.
juser/views.py
View file @
9e329643
...
...
@@ -35,7 +35,7 @@ def group_add(request):
error
=
u'保存用户失败'
else
:
msg
=
u'添加
用户成功'
msg
=
u'添加
组
%
s 成功'
%
group_name
return
render_to_response
(
'juser/group_add.html'
,
{
'header_title'
:
u'添加属组 | Add Group'
,
...
...
templates/nav.html
View file @
9e329643
...
...
@@ -3,7 +3,7 @@
<ul
class=
"nav"
id=
"side-menu"
>
{% include 'nav_li_profile.html' %}
<li>
<a
href=
"
css_animation.html
"
><i
class=
"fa fa-th-large"
></i>
<span
class=
"nav-label"
>
仪表盘
</span><span
class=
"label label-info pull-right"
></span></a>
<a
href=
"
/
"
><i
class=
"fa fa-th-large"
></i>
<span
class=
"nav-label"
>
仪表盘
</span><span
class=
"label label-info pull-right"
></span></a>
<!--<a href="index.html"><i class="fa fa-th-large"></i> <span class="nav-label">仪表盘</span> <span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="index.html">Dashboard v.1</a></li>
...
...
@@ -14,10 +14,10 @@
<li>
<a
href=
"#"
><i
class=
"fa fa-rebel"
></i>
<span
class=
"nav-label"
>
用户管理
</span><span
class=
"fa arrow"
></span></a>
<ul
class=
"nav nav-second-level"
>
<li><a
href=
"/
user/show
list/"
>
查看用户
</a></li>
<li><a
href=
"/
user/
add/"
>
添加用户
</a></li>
<li><a
href=
"/
group/show
list/"
>
查看属组
</a></li>
<li><a
href=
"/
group/
add/"
>
添加属组
</a></li>
<li><a
href=
"/
juser/user_
list/"
>
查看用户
</a></li>
<li><a
href=
"/
juser/user_
add/"
>
添加用户
</a></li>
<li><a
href=
"/
juser/group_
list/"
>
查看属组
</a></li>
<li><a
href=
"/
juser/group_
add/"
>
添加属组
</a></li>
</ul>
</li>
<li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment