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
d4fa4fa6
Unverified
Commit
d4fa4fa6
authored
Apr 26, 2018
by
liuzheng712
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update
parent
584c1787
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
guacamole.component.html
src/app/elements/guacamole/guacamole.component.html
+1
-1
term.component.html
src/app/elements/term/term.component.html
+1
-1
nav.component.ts
src/app/pages/control/control/controlnav/nav.component.ts
+8
-8
No files found.
src/app/elements/guacamole/guacamole.component.html
View file @
d4fa4fa6
<iframe
#
rdp
[
src
]="
trust
(
target
)"
(
mouse
ov
er
)="
active
()"
></iframe>
<iframe
#
rdp
[
src
]="
trust
(
target
)"
(
mouse
ent
er
)="
active
()"
></iframe>
src/app/elements/term/term.component.html
View file @
d4fa4fa6
<div
#
term
(
mouse
ov
er
)="
active
()"
></div>
<div
#
term
(
mouse
ent
er
)="
active
()"
></div>
src/app/pages/control/control/controlnav/nav.component.ts
View file @
d4fa4fa6
...
@@ -40,15 +40,15 @@ export class PagesControlNavComponent implements OnInit {
...
@@ -40,15 +40,15 @@ export class PagesControlNavComponent implements OnInit {
});
});
NavList
.
List
[
index
].
hide
=
false
;
NavList
.
List
[
index
].
hide
=
false
;
NavList
.
Active
=
index
;
NavList
.
Active
=
index
;
//
if (!NavList.List[index].edit) {
if
(
!
NavList
.
List
[
index
].
edit
)
{
//
if (NavList.List[index].type === 'ssh') {
if
(
NavList
.
List
[
index
].
type
===
'ssh'
)
{
//
NavList.List[index].Term.focus();
NavList
.
List
[
index
].
Term
.
focus
();
//
} else if (NavList.List[index].type === 'rdp') {
}
else
if
(
NavList
.
List
[
index
].
type
===
'rdp'
)
{
// NavList.List[index].Rdp.focus();
// NavList.List[index].Rdp.focus();
//
}
}
//
} else {
}
else
{
//
//
}
}
}
}
constructor
()
{
constructor
()
{
...
...
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