Browse Source

Device profile Transport configuration MQTT profile set max-width tb-hint

pull/7935/head
deaflynx 3 years ago
parent
commit
d603e7dbb7
  1. 2
      ui-ngx/src/app/modules/home/components/profile/device/mqtt-device-profile-transport-configuration.component.html

2
ui-ngx/src/app/modules/home/components/profile/device/mqtt-device-profile-transport-configuration.component.html

@ -163,6 +163,6 @@
<mat-checkbox formControlName="sendAckOnValidationException"> <mat-checkbox formControlName="sendAckOnValidationException">
{{ 'device-profile.mqtt-send-ack-on-validation-exception' | translate }} {{ 'device-profile.mqtt-send-ack-on-validation-exception' | translate }}
</mat-checkbox> </mat-checkbox>
<div class="tb-hint" innerHTML="{{ 'device-profile.mqtt-send-ack-on-validation-exception-hint' | translate }}"></div> <span class="tb-hint" style="max-width: 800px" innerHTML="{{ 'device-profile.mqtt-send-ack-on-validation-exception-hint' | translate }}"></span>
</div> </div>
</form> </form>

Loading…
Cancel
Save