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
48e74ed0
Commit
48e74ed0
authored
6 years ago
by
八千流
Committed by
BaiJiangJie
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix] 创建/更新 系统用户使用api 在选择命令过滤器时的bug (#2924)
* [Bugfix] 创建/更新 系统用户使用api 在选择命令过滤器时的bug * [Update] 修改小问题
parent
95f1a19a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
_system_user.html
apps/assets/templates/assets/_system_user.html
+1
-0
No files found.
apps/assets/templates/assets/_system_user.html
View file @
48e74ed0
...
@@ -228,6 +228,7 @@ $(document).ready(function () {
...
@@ -228,6 +228,7 @@ $(document).ready(function () {
var
form
=
$
(
"form"
);
var
form
=
$
(
"form"
);
var
data
=
form
.
serializeObject
();
var
data
=
form
.
serializeObject
();
objectAttrsIsList
(
data
,
[
'cmd_filters'
]);
objectAttrsIsBool
(
data
,
[
"auto_generate_key"
,
"auto_push"
]);
objectAttrsIsBool
(
data
,
[
"auto_generate_key"
,
"auto_push"
]);
data
[
"private_key"
]
=
$
(
"#id_private_key_file"
).
data
(
'file'
);
data
[
"private_key"
]
=
$
(
"#id_private_key_file"
).
data
(
'file'
);
...
...
This diff is collapsed.
Click to expand it.
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