context-dashboard/device-info-dashboard/device-info-dashboard.component.ts
| selector | c8y-device-info-dashboard-dashboard |
| imports | |
| templateUrl | ./device-info-dashboard.component.html |
@if (!isLoading) {
<div>
<c8y-title>
{{ title }}
</c8y-title>
<c8y-context-dashboard
[translateWidgetTitle]="true"
[name]="dashboardName"
[context]="currentContext"
[defaultWidgets]="widgetsList"
[canDelete]="false"
[hideAvailability]="true"
[canCopy]="false"
[disabled]="previewEnabled$ | async"
></c8y-context-dashboard>
</div>
}