Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
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
luna
Commits
f221fe35
Unverified
Commit
f221fe35
authored
Jan 21, 2018
by
liuzheng712
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: update
parent
28ff57ef
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
control.component.css
src/app/ControlPage/control/control.component.css
+2
-1
control.component.html
src/app/ControlPage/control/control.component.html
+0
-1
iframe.component.ts
src/app/elements/iframe/iframe.component.ts
+1
-1
term.component.ts
src/app/elements/term/term.component.ts
+1
-1
publish.sh
tools/publish.sh
+5
-5
No files found.
src/app/ControlPage/control/control.component.css
View file @
f221fe35
div
,
app-element-term
,
app-element-
guacamol
e
{
div
,
app-element-term
,
app-element-
ifram
e
{
height
:
100%
;
padding-bottom
:
30px
;
}
div
{
...
...
src/app/ControlPage/control/control.component.html
View file @
f221fe35
...
...
@@ -11,6 +11,5 @@
[
userid
]="
m
.
user
.
id
"
[
index
]="
i
"
*
ngIf=
"m.type=='rdp'"
>
</app-element-iframe>
</div>
src/app/elements/iframe/iframe.component.ts
View file @
f221fe35
...
...
@@ -17,7 +17,7 @@ export class ElementIframeComponent implements OnInit {
}
ngOnInit
()
{
this
.
target
=
'http
s://wx.qq.com/
'
;
this
.
target
=
'http
://localhost:8080/#/client/MwBjAHBvc3RncmVzcWw=
'
;
}
trust
(
url
)
{
...
...
src/app/elements/term/term.component.ts
View file @
f221fe35
...
...
@@ -44,7 +44,7 @@ export class ElementTermComponent implements OnInit, AfterViewInit {
}
}
else
{
term
.
col
=
Math
.
floor
(
jQuery
(
this
.
el
.
nativeElement
).
width
()
/
jQuery
(
'#liuzheng'
).
width
()
*
8
)
-
3
;
term
.
row
=
Math
.
floor
(
jQuery
(
this
.
el
.
nativeElement
).
height
()
/
jQuery
(
'#liuzheng'
).
height
())
-
5
;
term
.
row
=
Math
.
floor
(
jQuery
(
this
.
el
.
nativeElement
).
height
()
/
jQuery
(
'#liuzheng'
).
height
())
-
3
;
term
.
term
=
this
.
term
;
}
this
.
term
.
open
(
this
.
el
.
nativeElement
,
true
);
...
...
tools/publish.sh
View file @
f221fe35
...
...
@@ -7,12 +7,12 @@
set
-ex
git checkout
publish
&&
\
git checkout
github_dev
&&
\
git pull github dev
--rebase
&&
\
git merge
master
-m
"publish"
&&
\
git merge
dev
-m
"publish"
&&
\
git reset
--soft
HEAD^
&&
\
git commit
-m
"publish"
&&
\
git push github
publish
:dev
&&
\
git push github
github_dev
:dev
&&
\
echo
"success"
git checkout
master
git pull github dev
--commit
&&
git push origin
master
git checkout
dev
git pull github dev
--commit
&&
git push origin
dev
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