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
bdd35cec
Commit
bdd35cec
authored
Jun 28, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix] 修改luna右击的bug
parent
6414c78a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
asset-tree.component.ts
src/app/elements/asset-tree/asset-tree.component.ts
+2
-2
guacamole.component.html
src/app/elements/guacamole/guacamole.component.html
+1
-1
No files found.
src/app/elements/asset-tree/asset-tree.component.ts
View file @
bdd35cec
...
...
@@ -169,9 +169,9 @@ export class ElementAssetTreeComponent implements OnInit, OnChanges {
if
(
host
.
protocol
)
{
protocols
.
push
(
host
.
protocol
);
}
for
(
let
i
=
0
;
i
<
=
protocols
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
protocols
.
length
;
i
++
)
{
const
protocol
=
protocols
[
i
];
if
(
protocol
.
startsWith
(
'ssh'
))
{
if
(
protocol
&&
protocol
.
startsWith
(
'ssh'
))
{
findSSHProtocol
=
true
;
}
}
...
...
src/app/elements/guacamole/guacamole.component.html
View file @
bdd35cec
<!--<iframe #rdp [src]="trust('https://inews.gtimg.com/newsapp_bt/0/3460971429/1000')" width="100%" height="100%" (mouseenter)="active()"></iframe>-->
<iframe
#
rdp
[
src
]="
trust
(
target
)"
width=
"100%"
height=
"100%"
(
mouseenter
)="
active
()"
></iframe>
<iframe
*
ngIf=
"target"
#
rdp
[
src
]="
trust
(
target
)"
width=
"100%"
height=
"100%"
(
mouseenter
)="
active
()"
></iframe>
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