Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
l y
Jumpserver
Commits
c7510bcf
Commit
c7510bcf
authored
6 years ago
by
ibuler
Browse files
Options
Download
Plain Diff
Merge branch 'dev' of github.com:jumpserver/jumpserver into dev
parents
52e5487e
4a0d6842
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/assets/templates/assets/asset_create.html
+3
-0
apps/assets/templates/assets/asset_create.html
apps/static/css/jumpserver.css
+2
-2
apps/static/css/jumpserver.css
with
5 additions
and
2 deletions
+5
-2
apps/assets/templates/assets/asset_create.html
+
3
-
0
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
;
...
...
This diff is collapsed.
Click to expand it.
apps/static/css/jumpserver.css
+
2
-
2
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
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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