Browse Source

UI: Fixed powered by typo on the dashboard footer

pull/13100/head
Artem Dzhereleiko 1 year ago
parent
commit
5097d7276a
  1. 2
      ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html

2
ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html

@ -365,7 +365,7 @@
<mat-icon>close</mat-icon></button> <mat-icon>close</mat-icon></button>
</section> </section>
<section *ngIf="!embedded" data-html2canvas-ignore class="tb-powered-by-footer" [style.color]="dashboard.configuration.settings.titleColor"> <section *ngIf="!embedded" data-html2canvas-ignore class="tb-powered-by-footer" [style.color]="dashboard.configuration.settings.titleColor">
<span>Powered by <a href="https://thingsboard.io" target="_blank">Thingsboard v.{{ thingsboardVersion }}</a></span> <span>Powered by <a href="https://thingsboard.io" target="_blank">ThingsBoard v.{{ thingsboardVersion }}</a></span>
</section> </section>
</mat-drawer-content> </mat-drawer-content>
<mat-drawer class="tb-details-drawer" <mat-drawer class="tb-details-drawer"

Loading…
Cancel
Save