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
303f88d6
Commit
303f88d6
authored
Feb 21, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 更新replay storage 配置
parent
cccc7427
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
19 deletions
+31
-19
replay_storage_create.html
apps/common/templates/common/replay_storage_create.html
+12
-4
django.mo
apps/locale/zh/LC_MESSAGES/django.mo
+0
-0
django.po
apps/locale/zh/LC_MESSAGES/django.po
+18
-14
requirements.txt
requirements/requirements.txt
+1
-1
No files found.
apps/common/templates/common/replay_storage_create.html
View file @
303f88d6
...
@@ -223,7 +223,7 @@ $(document).ready(function() {
...
@@ -223,7 +223,7 @@ $(document).ready(function() {
field_of_all
=
[
name_id
,
host_id
,
port_id
,
bucket_id
,
access_key_id
,
secret_key_id
,
container_name_id
,
account_name_id
,
account_key_id
,
endpoint_id
,
endpoint_suffix_id
,
region_id
];
field_of_all
=
[
name_id
,
host_id
,
port_id
,
bucket_id
,
access_key_id
,
secret_key_id
,
container_name_id
,
account_name_id
,
account_key_id
,
endpoint_id
,
endpoint_suffix_id
,
region_id
];
need_get_field_of_server
=
[
name_id
];
need_get_field_of_server
=
[
name_id
];
need_get_field_of_s3
=
[
name_id
,
bucket_id
,
access_key_id
,
secret_key_id
,
region_id
,
endpoint_id
];
need_get_field_of_s3
=
[
name_id
,
bucket_id
,
access_key_id
,
secret_key_id
,
endpoint_id
];
need_get_field_of_oss
=
[
name_id
,
bucket_id
,
access_key_id
,
secret_key_id
,
endpoint_id
];
need_get_field_of_oss
=
[
name_id
,
bucket_id
,
access_key_id
,
secret_key_id
,
endpoint_id
];
need_get_field_of_azure
=
[
name_id
,
container_name_id
,
account_name_id
,
account_key_id
,
endpoint_suffix_id
];
need_get_field_of_azure
=
[
name_id
,
container_name_id
,
account_name_id
,
account_key_id
,
endpoint_suffix_id
];
need_get_field_of_ceph
=
[
name_id
,
host_id
,
port_id
,
bucket_id
,
access_key_id
,
secret_key_id
,
region_id
];
need_get_field_of_ceph
=
[
name_id
,
host_id
,
port_id
,
bucket_id
,
access_key_id
,
secret_key_id
,
region_id
];
...
@@ -239,6 +239,11 @@ $(document).ready(function() {
...
@@ -239,6 +239,11 @@ $(document).ready(function() {
})
})
.
on
(
'click'
,
'#id_submit_button'
,
function
(){
.
on
(
'click'
,
'#id_submit_button'
,
function
(){
$
(
'#id_error'
).
html
(
''
);
var
submitBtn
=
$
(
"#id_submit_button"
);
var
origin_text
=
submitBtn
.
html
();
submitBtn
.
addClass
(
'disabled'
);
submitBtn
.
html
(
"{% trans 'Submitting' %}"
);
var
type
=
$
(
'.selector'
).
val
();
var
type
=
$
(
'.selector'
).
val
();
var
field
=
getFieldByType
(
type
);
var
field
=
getFieldByType
(
type
);
var
data
=
{
'TYPE'
:
type
};
var
data
=
{
'TYPE'
:
type
};
...
@@ -249,13 +254,16 @@ $(document).ready(function() {
...
@@ -249,13 +254,16 @@ $(document).ready(function() {
var
url
=
"{% url 'api-common:replay-storage-create' %}"
;
var
url
=
"{% url 'api-common:replay-storage-create' %}"
;
var
success
=
function
(
data
,
textStatus
)
{
var
success
=
function
(
data
,
textStatus
)
{
location
=
"{% url 'common:terminal-setting' %}"
;
location
=
"{% url 'common:terminal-setting' %}"
;
submitBtn
.
removeClass
(
'disabled'
);
submitBtn
.
html
(
origin_text
);
};
};
var
error
=
function
(
data
,
textStatus
)
{
var
error
=
function
(
data
,
textStatus
)
{
var
error_msg
=
data
.
responseJSON
.
error
;
var
error_msg
=
data
.
responseJSON
.
error
;
$
(
'#id_error'
).
html
(
error_msg
)
$
(
'#id_error'
).
html
(
error_msg
);
submitBtn
.
removeClass
(
'disabled'
);
submitBtn
.
html
(
origin_text
);
};
};
ajaxAPI
(
url
,
JSON
.
stringify
(
data
),
success
,
error
)
ajaxAPI
(
url
,
JSON
.
stringify
(
data
),
success
,
error
);
})
})
</script>
</script>
{% endblock %}
{% endblock %}
apps/locale/zh/LC_MESSAGES/django.mo
View file @
303f88d6
No preview for this file type
apps/locale/zh/LC_MESSAGES/django.po
View file @
303f88d6
...
@@ -8,7 +8,7 @@ msgid ""
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: Jumpserver 0.3.3\n"
"Project-Id-Version: Jumpserver 0.3.3\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-2
0 18:56
+0800\n"
"POT-Creation-Date: 2019-02-2
1 15:53
+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: ibuler <ibuler@qq.com>\n"
"Last-Translator: ibuler <ibuler@qq.com>\n"
"Language-Team: Jumpserver team<ibuler@qq.com>\n"
"Language-Team: Jumpserver team<ibuler@qq.com>\n"
...
@@ -193,7 +193,7 @@ msgstr "名称"
...
@@ -193,7 +193,7 @@ msgstr "名称"
#: perms/templates/perms/asset_permission_user.html:55 users/forms.py:15
#: perms/templates/perms/asset_permission_user.html:55 users/forms.py:15
#: users/forms.py:33 users/models/authentication.py:77 users/models/user.py:53
#: users/forms.py:33 users/models/authentication.py:77 users/models/user.py:53
#: users/templates/users/_select_user_modal.html:14
#: users/templates/users/_select_user_modal.html:14
#: users/templates/users/login.html:64 users/templates/users/new_login.html:
79
#: users/templates/users/login.html:64 users/templates/users/new_login.html:
85
#: users/templates/users/user_detail.html:67
#: users/templates/users/user_detail.html:67
#: users/templates/users/user_list.html:24
#: users/templates/users/user_list.html:24
#: users/templates/users/user_profile.html:47
#: users/templates/users/user_profile.html:47
...
@@ -206,7 +206,7 @@ msgstr "密码或密钥密码"
...
@@ -206,7 +206,7 @@ msgstr "密码或密钥密码"
#: assets/forms/user.py:26 assets/models/base.py:24 common/forms.py:102
#: assets/forms/user.py:26 assets/models/base.py:24 common/forms.py:102
#: users/forms.py:17 users/forms.py:35 users/forms.py:47
#: users/forms.py:17 users/forms.py:35 users/forms.py:47
#: users/templates/users/login.html:67 users/templates/users/new_login.html:
84
#: users/templates/users/login.html:67 users/templates/users/new_login.html:
90
#: users/templates/users/reset_password.html:53
#: users/templates/users/reset_password.html:53
#: users/templates/users/user_create.html:10
#: users/templates/users/user_create.html:10
#: users/templates/users/user_password_authentication.html:18
#: users/templates/users/user_password_authentication.html:18
...
@@ -1202,6 +1202,7 @@ msgstr "刷新"
...
@@ -1202,6 +1202,7 @@ msgstr "刷新"
#: assets/templates/assets/asset_detail.html:308
#: assets/templates/assets/asset_detail.html:308
#: users/templates/users/user_detail.html:307
#: users/templates/users/user_detail.html:307
#: users/templates/users/user_detail.html:334
#: users/templates/users/user_detail.html:334
#: xpack/plugins/interface/views.py:31
msgid "Update successfully!"
msgid "Update successfully!"
msgstr "更新成功"
msgstr "更新成功"
...
@@ -2262,6 +2263,10 @@ msgstr "宁夏: cn-northwest-1"
...
@@ -2262,6 +2263,10 @@ msgstr "宁夏: cn-northwest-1"
msgid "More"
msgid "More"
msgstr "更多"
msgstr "更多"
#: common/templates/common/replay_storage_create.html:246
msgid "Submitting"
msgstr "提交中"
#: common/templates/common/security_setting.html:46
#: common/templates/common/security_setting.html:46
msgid "Password check rule"
msgid "Password check rule"
msgstr "密码校验规则"
msgstr "密码校验规则"
...
@@ -2833,7 +2838,7 @@ msgid "Logout"
...
@@ -2833,7 +2838,7 @@ msgid "Logout"
msgstr "注销登录"
msgstr "注销登录"
#: templates/_header_bar.html:101 users/templates/users/login.html:46
#: templates/_header_bar.html:101 users/templates/users/login.html:46
#: users/templates/users/login.html:72 users/templates/users/new_login.html:9
0
#: users/templates/users/login.html:72 users/templates/users/new_login.html:9
6
msgid "Login"
msgid "Login"
msgstr "登录"
msgstr "登录"
...
@@ -2979,7 +2984,7 @@ msgstr "验证码"
...
@@ -2979,7 +2984,7 @@ msgstr "验证码"
#: templates/flash_message_standalone.html:35
#: templates/flash_message_standalone.html:35
#: users/templates/users/login.html:27 users/templates/users/login_otp.html:27
#: users/templates/users/login.html:27 users/templates/users/login_otp.html:27
#: users/templates/users/new_login.html:5
0
#: users/templates/users/new_login.html:5
6
#: users/templates/users/reset_password.html:25
#: users/templates/users/reset_password.html:25
msgid "Welcome to the Jumpserver open source fortress"
msgid "Welcome to the Jumpserver open source fortress"
msgstr "欢迎使用Jumpserver开源堡垒机"
msgstr "欢迎使用Jumpserver开源堡垒机"
...
@@ -3351,7 +3356,7 @@ msgid ""
...
@@ -3351,7 +3356,7 @@ msgid ""
msgstr "你可以使用ssh客户端工具连接终端"
msgstr "你可以使用ssh客户端工具连接终端"
#: users/api/auth.py:40 users/templates/users/login.html:52
#: users/api/auth.py:40 users/templates/users/login.html:52
#: users/templates/users/new_login.html:
65
#: users/templates/users/new_login.html:
71
msgid "Log in frequently and try again later"
msgid "Log in frequently and try again later"
msgstr "登录频繁, 稍后重试"
msgstr "登录频繁, 稍后重试"
...
@@ -3736,7 +3741,7 @@ msgstr "获取更多信息"
...
@@ -3736,7 +3741,7 @@ msgstr "获取更多信息"
#: users/templates/users/forgot_password.html:11
#: users/templates/users/forgot_password.html:11
#: users/templates/users/forgot_password.html:31
#: users/templates/users/forgot_password.html:31
#: users/templates/users/login.html:83 users/templates/users/new_login.html:
94
#: users/templates/users/login.html:83 users/templates/users/new_login.html:
100
msgid "Forgot password"
msgid "Forgot password"
msgstr "忘记密码"
msgstr "忘记密码"
...
@@ -3776,11 +3781,11 @@ msgstr ""
...
@@ -3776,11 +3781,11 @@ msgstr ""
msgid "Changes the world, starting with a little bit."
msgid "Changes the world, starting with a little bit."
msgstr "改变世界,从一点点开始。"
msgstr "改变世界,从一点点开始。"
#: users/templates/users/login.html:54 users/templates/users/new_login.html:
67
#: users/templates/users/login.html:54 users/templates/users/new_login.html:
73
msgid "The user password has expired"
msgid "The user password has expired"
msgstr "用户密码已过期"
msgstr "用户密码已过期"
#: users/templates/users/login.html:57 users/templates/users/new_login.html:7
0
#: users/templates/users/login.html:57 users/templates/users/new_login.html:7
6
msgid "Captcha invalid"
msgid "Captcha invalid"
msgstr "验证码错误"
msgstr "验证码错误"
...
@@ -3820,11 +3825,7 @@ msgstr "6位数字"
...
@@ -3820,11 +3825,7 @@ msgstr "6位数字"
msgid "Can't provide security? Please contact the administrator!"
msgid "Can't provide security? Please contact the administrator!"
msgstr "如果不能提供MFA验证码,请联系管理员!"
msgstr "如果不能提供MFA验证码,请联系管理员!"
#: users/templates/users/new_login.html:15
#: users/templates/users/new_login.html:61
msgid "Login Jumpserver"
msgstr "登录 Jumpserver"
#: users/templates/users/new_login.html:55
msgid "Welcome back, please enter username and password to login"
msgid "Welcome back, please enter username and password to login"
msgstr "欢迎回来,请输入用户名和密码登录"
msgstr "欢迎回来,请输入用户名和密码登录"
...
@@ -4879,6 +4880,9 @@ msgstr "创建组织"
...
@@ -4879,6 +4880,9 @@ msgstr "创建组织"
msgid "Update org"
msgid "Update org"
msgstr "更新组织"
msgstr "更新组织"
#~ msgid "Login Jumpserver"
#~ msgstr "登录 Jumpserver"
#, fuzzy
#, fuzzy
#~| msgid "Delete succeed"
#~| msgid "Delete succeed"
#~ msgid "Delete success!"
#~ msgid "Delete success!"
...
...
requirements/requirements.txt
View file @
303f88d6
...
@@ -60,7 +60,7 @@ pytz==2018.3
...
@@ -60,7 +60,7 @@ pytz==2018.3
PyYAML==3.12
PyYAML==3.12
redis==2.10.6
redis==2.10.6
requests==2.18.4
requests==2.18.4
jms-storage==0.0.2
0
jms-storage==0.0.2
1
s3transfer==0.1.13
s3transfer==0.1.13
simplejson==3.13.2
simplejson==3.13.2
six==1.11.0
six==1.11.0
...
...
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