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
7323b72c
Commit
7323b72c
authored
Feb 22, 2016
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
1. 推送时 验证改为 /usr/sbin/visudo -c 2. 添加系统用户的key 认证更改 支持 RSA|DSA 3. web terminal 行数 -1
parent
2e5c01a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
asset_list.html
templates/jasset/asset_list.html
+5
-4
No files found.
templates/jasset/asset_list.html
View file @
7323b72c
...
@@ -243,8 +243,9 @@
...
@@ -243,8 +243,9 @@
area: ['628px', '420px'],
area: ['628px', '420px'],
content: new_url+data
content: new_url+data
});
});
window.open(new_url+data, '_blank', 'toolbar=yes, location=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=628, height=400')
*/
*/
window
.
open
(
new_url
+
data
,
''
,
'width=628px, height=380px'
)
window
.
open
(
new_url
+
data
,
''
,
'width=628px, height=380px'
)
;
}
else
if
(
dataArray
.
length
==
1
&&
data
!=
'error'
){
}
else
if
(
dataArray
.
length
==
1
&&
data
!=
'error'
){
/*layer.open({
/*layer.open({
type: 2,
type: 2,
...
@@ -255,7 +256,7 @@
...
@@ -255,7 +256,7 @@
content: new_url+data
content: new_url+data
});
});
*/
*/
window
.
open
(
new_url
+
data
,
'
'
,
'width=628px, height=440px'
)
window
.
open
(
new_url
+
data
,
'
_blank'
,
'toolbar=yes, location=yes, copyhistory=yes, scrollbars=yes, width=628, height=410'
);
}
}
else
{
else
{
...
@@ -292,7 +293,7 @@
...
@@ -292,7 +293,7 @@
content: new_url
content: new_url
});
});
*/
*/
window
.
open
(
new_url
,
'
'
,
'height=628px, width=380px
'
)
window
.
open
(
new_url
,
'
_blank'
,
'toolbar=yes, location=yes, copyhistory=yes, scrollbars=yes, width=628, height=400
'
)
}
else
{
}
else
{
/*
/*
...
@@ -305,7 +306,7 @@
...
@@ -305,7 +306,7 @@
content: new_url
content: new_url
});
});
*/
*/
window
.
open
(
new_url
,
'
'
,
'height=628px, width=452px'
)
window
.
open
(
new_url
,
'
_blank'
,
'toolbar=yes, location=yes, copyhistory=yes, scrollbars=yes, width=628, height=410'
);
}
}
return
false
return
false
...
...
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