Browse Source

UI: Fixed style check connectivity and text install

pull/8938/head
Vladyslav_Prykhodko 3 years ago
parent
commit
017060886e
  1. 7
      ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.html
  2. 7
      ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.scss
  3. 1
      ui-ngx/src/assets/locale/locale.constant-en_US.json

7
ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.html

@ -140,7 +140,12 @@
<div class="tb-form-panel no-padding no-border tb-tab-body"> <div class="tb-form-panel no-padding no-border tb-tab-body">
<div class="tb-form-panel stroked"> <div class="tb-form-panel stroked">
<div class="tb-form-panel-title" translate>device.connectivity.install-necessary-client-tools</div> <div class="tb-form-panel-title" translate>device.connectivity.install-necessary-client-tools</div>
<div class="tb-install-windows">Coming Soon!!!!</div> <div class="tb-install-windows">
<ng-container *ngTemplateOutlet="seeDocumentation; context:
{doc: {text: 'device.connectivity.install-mqtt-windows',
href: 'https://thingsboard.io/docs/getting-started-guides/helloworld/?connectdevice=mqtt-windows#step-2-connect-device'}}">
</ng-container>
</div>
</div> </div>
<ng-container <ng-container
*ngTemplateOutlet="executeCommand; context: {cmd: { *ngTemplateOutlet="executeCommand; context: {cmd: {

7
ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.scss

@ -124,6 +124,13 @@
background: #F3F6FA; background: #F3F6FA;
border-color: #305680; border-color: #305680;
padding-right: 38px; padding-right: 38px;
overflow: scroll;
padding-bottom: 4px;
&::-webkit-scrollbar {
width: 4px;
height: 4px;
}
} }
} }
button.clipboard-btn { button.clipboard-btn {

1
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -1392,6 +1392,7 @@
"use-following-instructions": "Use the following instructions for sending telemetry on behalf of the device using shell", "use-following-instructions": "Use the following instructions for sending telemetry on behalf of the device using shell",
"execute-following-command": "Executive the following command", "execute-following-command": "Executive the following command",
"install-curl-windows": "Starting Windows 10 b17063, cURL is available by default", "install-curl-windows": "Starting Windows 10 b17063, cURL is available by default",
"install-mqtt-windows": "Use the instructions to download, install, setup and run mosquitto_pub",
"install-necessary-client-tools": "Install necessary client tools", "install-necessary-client-tools": "Install necessary client tools",
"mqtts-x509-command": "Use the following documentation to connect the device via MQTT with authorization X509", "mqtts-x509-command": "Use the following documentation to connect the device via MQTT with authorization X509",
"coaps-x509-command": "Use the following documentation to connect the device via CoAP over DTLS with authorization X509", "coaps-x509-command": "Use the following documentation to connect the device via CoAP over DTLS with authorization X509",

Loading…
Cancel
Save