Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/pages/connect/connect.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</div>
</div>

<div class="card-header-right">
<!-- <div class="card-header-right">

Check warning on line 162 in src/app/pages/connect/connect.component.html

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove this commented out code.

See more on https://sonarcloud.io/project/issues?id=jumpserver_luna&issues=AZ_z0XVXvMKEkdki_s_u&open=AZ_z0XVXvMKEkdki_s_u&pullRequest=1571
<div class="action-item">
<button
nz-button
Expand All @@ -170,7 +170,7 @@
<span nz-icon nzType="setting" nzTheme="fill"></span>
</button>
</div>
</div>
</div> -->
</div>
<ng-container *ngTemplateOutlet="timerWidget"></ng-container>
<nz-card class="terminal-card" [nzBordered]="false">
Expand Down