@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
|
@@ -2444,7 +2444,10 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2444
2444
|
html += this.getHr();
|
|
2445
2445
|
}
|
|
2446
2446
|
if (this.isDownloadIconVisible) {
|
|
2447
|
-
|
|
2447
|
+
if (this.detailPageUrl || this.isWidgetMgmnt)
|
|
2448
|
+
html += '<span style="color: #9FA0A4;font-size: 12px;">';
|
|
2449
|
+
else
|
|
2450
|
+
html += '<span style="color: #9FA0A4;font-size: 12px;padding-top:5px;display:block;">';
|
|
2448
2451
|
html += this.translateService.translate('Common.downloads');
|
|
2449
2452
|
html += '</span>';
|
|
2450
2453
|
if (this.isChartDownloadVisible) {
|