@schneideress/dashboardframework 0.0.205 → 0.0.206
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/schneideress-dashboardframework.umd.js +4 -1
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +5 -2
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +5 -2
- package/fesm2015/schneideress-dashboardframework.js +4 -1
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +4 -1
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -2650,7 +2650,10 @@
|
|
|
2650
2650
|
html += this.getHr();
|
|
2651
2651
|
}
|
|
2652
2652
|
if (this.isDownloadIconVisible) {
|
|
2653
|
-
|
|
2653
|
+
if (this.detailPageUrl || this.isWidgetMgmnt)
|
|
2654
|
+
html += '<span style="color: #9FA0A4;font-size: 12px;">';
|
|
2655
|
+
else
|
|
2656
|
+
html += '<span style="color: #9FA0A4;font-size: 12px;padding-top:5px;display:block;">';
|
|
2654
2657
|
html += this.translateService.translate('Common.downloads');
|
|
2655
2658
|
html += '</span>';
|
|
2656
2659
|
if (this.isChartDownloadVisible) {
|