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
fe1e9746
Unverified
Commit
fe1e9746
authored
7 years ago
by
liuzheng712
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update
parent
4678ff4c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
control.component.css
src/app/ControlPage/control/control.component.css
+2
-2
control.component.html
src/app/ControlPage/control/control.component.html
+3
-1
No files found.
src/app/ControlPage/control/control.component.css
View file @
fe1e9746
app-element-term
{
app-element-term
,
div
{
height
:
100%
;
height
:
100%
;
display
:
none
;
display
:
none
;
}
}
app-element-term
.active
{
.active
{
display
:
block
;
display
:
block
;
}
}
This diff is collapsed.
Click to expand it.
src/app/ControlPage/control/control.component.html
View file @
fe1e9746
<app-controlnav></app-controlnav>
<app-controlnav></app-controlnav>
<!--<app-ssh></app-ssh>-->
<!--<app-ssh></app-ssh>-->
<!--<app-rdp></app-rdp>-->
<!--<app-rdp></app-rdp>-->
<div
*
ngFor=
"let m of NavList.List;let i=index"
>
<div
*
ngFor=
"let m of NavList.List;let i=index"
[
ngClass
]="{'
active
'
:i=
=NavList.Active}"
>
<app-element-term
[
host
]="
m
.
host
"
<app-element-term
[
host
]="
m
.
host
"
[
userid
]="
m
.
user
.
id
"
[
userid
]="
m
.
user
.
id
"
[
index
]="
i
"
[
index
]="
i
"
...
...
This diff is collapsed.
Click to expand it.
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