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
d48f8dce
Commit
d48f8dce
authored
Jan 12, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改翻译
parent
abb1a40a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
8 deletions
+3
-8
views.py
apps/common/views.py
+3
-3
django.mo
apps/locale/zh/LC_MESSAGES/django.mo
+0
-0
django.po
apps/locale/zh/LC_MESSAGES/django.po
+0
-0
_nav.html
apps/templates/_nav.html
+0
-5
No files found.
apps/common/views.py
View file @
d48f8dce
...
...
@@ -27,7 +27,7 @@ class BasicSettingView(AdminUserRequiredMixin, TemplateView):
form
.
save
()
if
"AUTH_LDAP"
in
form
.
cleaned_data
:
ldap_auth_enable
.
send
(
form
.
cleaned_data
[
"AUTH_LDAP"
])
messages
.
success
(
request
,
_
(
"Update
basic
setting successfully"
))
messages
.
success
(
request
,
_
(
"Update setting successfully"
))
return
redirect
(
'settings:basic-setting'
)
else
:
context
=
self
.
get_context_data
()
...
...
@@ -52,7 +52,7 @@ class EmailSettingView(AdminUserRequiredMixin, TemplateView):
form
=
self
.
form_class
(
request
.
POST
)
if
form
.
is_valid
():
form
.
save
()
messages
.
success
(
request
,
_
(
"Update
email
setting successfully"
))
messages
.
success
(
request
,
_
(
"Update setting successfully"
))
return
redirect
(
'settings:email-setting'
)
else
:
context
=
self
.
get_context_data
()
...
...
@@ -77,7 +77,7 @@ class LDAPSettingView(AdminUserRequiredMixin, TemplateView):
form
=
self
.
form_class
(
request
.
POST
)
if
form
.
is_valid
():
form
.
save
()
messages
.
success
(
request
,
_
(
"Update
ldap
setting successfully"
))
messages
.
success
(
request
,
_
(
"Update setting successfully"
))
return
redirect
(
'settings:ldap-setting'
)
else
:
context
=
self
.
get_context_data
()
...
...
apps/locale/zh/LC_MESSAGES/django.mo
View file @
d48f8dce
No preview for this file type
apps/locale/zh/LC_MESSAGES/django.po
View file @
d48f8dce
This diff is collapsed.
Click to expand it.
apps/templates/_nav.html
View file @
d48f8dce
...
...
@@ -51,11 +51,6 @@
<li
id=
"session-online"
><a
href=
"{% url 'terminal:session-online-list' %}"
>
{% trans 'Session online' %}
</a></li>
<li
id=
"session-offline"
><a
href=
"{% url 'terminal:session-offline-list' %}"
>
{% trans 'Session offline' %}
</a></li>
<li
id=
"command"
><a
href=
"{% url 'terminal:command-list' %}"
>
{% trans 'Command' %}
</a></li>
<li>
<a
href=
"{% url 'terminal:web-terminal' %}"
target=
"_blank"
>
{% trans 'Web terminal' %}
</a>
</li>
</ul>
</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