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
c7510bcf
Commit
c7510bcf
authored
Dec 10, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of github.com:jumpserver/jumpserver into dev
parents
52e5487e
4a0d6842
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
asset_create.html
apps/assets/templates/assets/asset_create.html
+3
-0
jumpserver.css
apps/static/css/jumpserver.css
+2
-2
No files found.
apps/assets/templates/assets/asset_create.html
View file @
c7510bcf
...
...
@@ -86,6 +86,9 @@ $(document).ready(function () {
allowClear
:
true
,
templateSelection
:
format
});
$
(
'#id_nodes.select2'
).
select2
({
closeOnSelect
:
false
});
$
(
"#id_protocol"
).
change
(
function
(){
var
protocol
=
$
(
"#id_protocol option:selected"
).
text
();
var
port
=
22
;
...
...
apps/static/css/jumpserver.css
View file @
c7510bcf
...
...
@@ -34,8 +34,8 @@ th a {
}
.select2-container--default
.select2-results__option--highlighted
[
aria-selected
]
{
background-color
:
#
d2d2d2
!important
;
color
:
#333
!important
;
background-color
:
#
1ab394
!important
;
/*color: #333 !important;*/
}
.select2-selection--single
,
...
...
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