UI: Add 'powered by' footer to dashboards
This commit is contained in:
parent
88bb7f31b0
commit
007a12f5c2
@ -134,3 +134,24 @@ section.tb-dashboard-toolbar {
|
|||||||
@include transition(margin-top .3s cubic-bezier(.55,0,.55,.2) .2s);
|
@include transition(margin-top .3s cubic-bezier(.55,0,.55,.2) .2s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*****************************
|
||||||
|
* dashboard powered by footer
|
||||||
|
****************************/
|
||||||
|
|
||||||
|
section.tb-powered-by-footer {
|
||||||
|
position: absolute;
|
||||||
|
right: 25px;
|
||||||
|
bottom: 5px;
|
||||||
|
z-index: 3;
|
||||||
|
pointer-events: none;
|
||||||
|
span {
|
||||||
|
font-size: 12px;
|
||||||
|
a {
|
||||||
|
font-weight: bold;
|
||||||
|
text-decoration: none;
|
||||||
|
border: none;
|
||||||
|
pointer-events: all;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -292,4 +292,7 @@
|
|||||||
</md-button>
|
</md-button>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
<section class="tb-powered-by-footer" ng-style="{'color': vm.dashboard.configuration.gridSettings.titleColor}">
|
||||||
|
<span>Powered by <a href="https://thingsboard.io" target="_blank">Thingsboard</a></span>
|
||||||
|
</section>
|
||||||
</md-content>
|
</md-content>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user