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
2a37107a
Unverified
Commit
2a37107a
authored
Sep 11, 2018
by
老广
Committed by
GitHub
Sep 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1805 from jumpserver/dev
Dev
parents
1d462aea
c78107f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
asset_permission_create_update.html
...perms/templates/perms/asset_permission_create_update.html
+5
-2
jms
jms
+3
-1
No files found.
apps/perms/templates/perms/asset_permission_create_update.html
View file @
2a37107a
...
...
@@ -94,8 +94,11 @@ $(document).ready(function () {
autoclose
:
true
});
$
(
"#id_assets"
).
parent
().
find
(
".select2-selection"
).
on
(
'click'
,
function
(
e
)
{
e
.
preventDefault
();
$
(
"#asset_list_modal"
).
modal
();
if
(
$
(
e
.
target
).
attr
(
'class'
)
!==
'select2-selection__choice__remove'
){
e
.
preventDefault
();
e
.
stopPropagation
();
$
(
"#asset_list_modal"
).
modal
();
}
})
})
.
on
(
'click'
,
'#btn_asset_modal_confirm'
,
function
()
{
...
...
jms
View file @
2a37107a
...
...
@@ -122,7 +122,9 @@ def start_gunicorn():
cmd
=
[
'gunicorn'
,
'jumpserver.wsgi'
,
'-b'
,
bind
,
'-k'
,
'eventlet'
,
#'-k', 'eventlet',
'-k'
,
'gthread'
,
'--threads'
,
'10'
,
'-w'
,
str
(
WORKERS
),
'--access-logformat'
,
log_format
,
'-p'
,
pid_file
,
...
...
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