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
parent
commit
1cbaf102be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.html

2
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>

Loading…
Cancel
Save