context-dashboard/cockpit-dashboard/legacy-welcome/legacy-welcome.component.ts
selector | c8y-legacy-welcome-widget |
templateUrl | ./legacy-welcome.component.html |
Methods |
constructor(dashboard: ContextDashboardComponent)
|
||||||
Parameters :
|
restore |
restore()
|
Returns :
void
|
<div class="card-block">
<p class="lead" c8y-guide-docs>
<span>{{ 'Welcome to Cockpit' | translate }}.</span>
<span title="{{ 'Browse the manual' | translate }}" class="cockpit-welcome-manual" translate ngNonBindable
>Browse the manual <a c8y-guide-href="users-guide/cockpit/">here</a>.</span
>
</p>
<p class="m-t-16">
<em>{{ 'New default dashboard available.' | translate }} </em>
</p>
<button class="btn btn-primary btn-sm m-t-16" (click)="restore(); (false)" translate>
Get new dashboard
</button>
</div>