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
2e49f510
Commit
2e49f510
authored
Apr 06, 2016
by
liuzheng712
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ff8b5bd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
web_terminal.html
templates/jlog/web_terminal.html
+6
-8
No files found.
templates/jlog/web_terminal.html
View file @
2e49f510
...
...
@@ -25,7 +25,7 @@
background
:
#f0f0f0
;
}
.
clock
{
.
termChangBar
{
line-height
:
1
;
margin
:
0
auto
;
border
:
1px
solid
#ffffff
;
...
...
@@ -43,15 +43,13 @@
<div
id=
"term"
>
</div>
</div>
<div
class=
"
clock
"
>
<input
type=
"number"
min=
"
8
0"
placeholder=
"col"
id=
"term-col"
/>
<input
type=
"number"
min=
"
24
"
placeholder=
"row"
id=
"term-row"
/>
<div
class=
"
termChangBar
"
>
<input
type=
"number"
min=
"
100"
value=
"10
0"
placeholder=
"col"
id=
"term-col"
/>
<input
type=
"number"
min=
"
35"
value=
"35
"
placeholder=
"row"
id=
"term-row"
/>
<button
id=
"col-row"
>
修改窗口大小
</button>
</div>
<script
type=
"application/javascript"
src=
"/static/js/jquery-2.1.1.js"
>
</script>
<script
type=
"application/javascript"
src=
"/static/js/term.js"
>
</script>
<script
type=
"application/javascript"
src=
"/static/js/jquery-2.1.1.js"
></script>
<script
type=
"application/javascript"
src=
"/static/js/term.js"
></script>
<script
type=
"application/javascript"
src=
"/static/js/webterminal.js"
></script>
</body>
</html>
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