fix for middle clicking links (#937)
* fix for middle clicking links * Found another link in the app * Converted all links to use externaUrl decorator * Missing semicolon * Minor fixes for compilation/linting * Changed help link back to embedded in html * trigger builds * trigger build for agreement removal
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
role="alert">
|
||||
<p>Firmware update failed. Disconnect every USB device from your computer (including USB hubs, KVM switches, USB dongles, and everything else), then connect only your UHK and retry.</p>
|
||||
|
||||
<p>If you've tried the above and the update still keeps failing, please <a class="link-github" (click)="openFirmwareGitHubIssuePage($event)">create a GitHub issue</a>, and attach the update log.</p>
|
||||
<p>If you've tried the above and the update still keeps failing, please <a class="link-github" [href]="firmwareGithubIssueUrl" externalUrl>create a GitHub issue</a>, and attach the update log.</p>
|
||||
</div>
|
||||
|
||||
<div *ngIf="firmwareUpgradeSuccess$ | async"
|
||||
|
||||
Reference in New Issue
Block a user