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
f437d3f8
Commit
f437d3f8
authored
Nov 03, 2016
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
61eadf68
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
asset_detail.html
apps/assets/templates/assets/asset_detail.html
+1
-1
jumpserver.js
apps/static/js/jumpserver.js
+3
-2
user_list.html
apps/users/templates/users/user_list.html
+2
-1
No files found.
apps/assets/templates/assets/asset_detail.html
View file @
f437d3f8
...
...
@@ -60,7 +60,7 @@
<td><b>
{{ asset.admin_user.name }}
</b></td>
{% else %}
<td><b>
None
</b></td>
{% end
b
if %}
{% endif %}
</tr>
<tr>
<td>
{% trans 'Other IP' %}:
</td>
...
...
apps/static/js/jumpserver.js
View file @
f437d3f8
...
...
@@ -283,9 +283,10 @@ jumpserver.initDataTable = function (options) {
var
ele
=
options
.
ele
||
$
(
'.dataTable'
);
var
columnDefs
=
[
{
targets
:
0
,
orderable
:
false
,
targets
:
0
,
orderable
:
false
,
createdCell
:
function
(
td
)
{
$
(
td
).
html
(
'<
div class="checkbox checkbox-default"><input type="checkbox" class="ipt_check"><label></label></div
>'
);
$
(
td
).
html
(
'<
input type="checkbox" class="ipt_check"
>'
);
}
},
{
className
:
'text-center'
,
targets
:
'_all'
}
...
...
apps/users/templates/users/user_list.html
View file @
f437d3f8
...
...
@@ -21,7 +21,8 @@ div.dataTables_wrapper div.dataTables_filter {
<thead>
<tr>
<th
class=
"text-center"
>
<div
class=
"checkbox checkbox-default"
><input
id=
""
type=
"checkbox"
class=
"ipt_check_all"
><label></label></div>
{#
<div><input
id=
""
type=
"checkbox"
class=
"ipt_check_all"
><label></label></div>
#}
<input
id=
""
type=
"checkbox"
class=
"ipt_check_all"
>
</th>
<th
class=
"text-center"
>
{% trans 'Name' %}
</th>
<th
class=
"text-center"
>
{% trans 'Username' %}
</th>
...
...
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