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
bae43870
Commit
bae43870
authored
Nov 05, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] tree出现滚动条
parent
c25335cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
_node_tree.html
apps/assets/templates/assets/_node_tree.html
+3
-4
No files found.
apps/assets/templates/assets/_node_tree.html
View file @
bae43870
...
...
@@ -32,8 +32,7 @@
}
</style>
<div
class=
"ibox float-e-margins"
>
<div
class=
"ibox treebox float-e-margins"
style=
"overflow:auto;"
>
<div
class=
"ibox-content mailbox-content"
style=
"padding-top: 0;padding-left: 1px"
>
<div
class=
"file-manager"
id=
"tree-node-id"
>
<div
id=
"{% block treeID %}nodeTree{% endblock %}"
class=
"ztree"
>
...
...
@@ -306,6 +305,7 @@ function defaultCallback(action) {
$
(
document
).
ready
(
function
()
{
$
(
'.treebox'
).
css
(
'height'
,
window
.
innerHeight
-
180
);
})
.
on
(
'click'
,
'.btn-show-current-asset'
,
function
(){
hideRMenu
();
...
...
@@ -322,4 +322,4 @@ $(document).ready(function () {
location
.
reload
();
})
</script>
\ No newline at end of file
</script>
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