context-dashboard/cockpit-dashboard/cockpit-dashboard.component.ts
selector | c8y-cockpit-dashboard |
templateUrl | ./cockpit-dashboard.component.html |
Properties |
constructor(appState: AppStateService, homeDashboardConfig: CockpitDashboardConfig)
|
|||||||||
Parameters :
|
dashboardName |
Type : string
|
Default value : 'home-cockpit1'
|
defaultWidgets |
Default value : DEFAULT_COCKPIT_HOME_WIDGETS
|
pageTitle |
Default value : gettext('Home')
|
<c8y-title>
{{ pageTitle | translate }}
</c8y-title>
<c8y-help src="/users-guide/cockpit/#dashboards"></c8y-help>
<c8y-context-dashboard
[name]="dashboardName"
[defaultWidgets]="defaultWidgets"
[canDelete]="false"
></c8y-context-dashboard>