fix: update

parent 4678ff4c
app-element-term { app-element-term, div {
height: 100%; height: 100%;
display: none; display: none;
} }
app-element-term.active { .active {
display: block; display: block;
} }
<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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment