Skip to content

Commit

Permalink
fix code scan alert
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 8, 2023
1 parent 851af89 commit 48d3e56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h5 class="modal-title">{{ title }}</h5>
<p class="w-100 text-center">{{ message }}</p>
</div>
<div class="modal-footer justify-content-center">
<a class="btn btn-primary text-decoration-none" target="_blank" href="{{ ctaButtonLink }}">
<a class="btn btn-primary text-decoration-none" target="_blank" href="{{ ctaButtonLink }}" rel="noopener noreferrer">
{{ ctaButtonLabel }}
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
}"></i>
</div>
<div class="align-self-center">
<span [translate]="'menu.label_status'">Status</span>
<a href="javascript:void(0)" routerLink="/logs" class="card-link card-link-title">
{{ 'menu.label_status' | translate }}
</a>
<br>
<span class="grey-text" *ngIf="homebridgeStatus.status === 'pending'"
[translate]="'status.services.label_starting'">Starting...</span>
Expand Down Expand Up @@ -80,7 +82,7 @@
</div>
<div class="align-self-center">
<a href="javascript:void(0)" routerLink="/plugins" class="card-link card-link-title">
{{ 'menu.label_plugins' | translate }}
{{ 'menu.label_plugins' | translate }}
</a>
<br>
<span class="grey-text" *ngIf="homebridgePluginStatus.length">
Expand Down

0 comments on commit 48d3e56

Please sign in to comment.