Browse Source
Merge pull request #9881 from vvlladd28/bug/connectivity-dialog/missing-link-install-hash
Fixed incorrect link to install necessary tool for MQTT in Windows
pull/9885/head
Andrew Shvayka
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.html
|
|
|
@ -149,7 +149,7 @@ |
|
|
|
<div class="tb-install-instruction-text"> |
|
|
|
<ng-container *ngTemplateOutlet="seeDocumentation; context: |
|
|
|
{doc: {text: 'device.connectivity.install-mqtt-windows', |
|
|
|
href: 'https://thingsboard.io/docs/reference/mqtt-api/?connectdevice=mqtt-windows'}}"> |
|
|
|
href: 'https://thingsboard.io/docs/reference/mqtt-api/?connectdevice=mqtt-windows#mqtt-connect'}}"> |
|
|
|
</ng-container> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|