File

upgrade/dashboard/paste-action.component.ts

Implements

OnInit

Metadata

selector c8y-paste-action-legacy
template
<ng-template #templatePaste>
  <li>
    <button title="{{'Paste dashboard' | translate}}" (click)="pasteDashboard()">
      <i class="m-r-4" c8yIcon="clipboard"></i><span translate>Paste dashboard</span>&nbsp;<span
        >"{{ dashboardName }}"</span
      >
    </button>
  </li>
</ng-template>

Index

Properties
Methods

Constructor

constructor(vcRef: ViewContainerRef, dashboardBridgeService: DashboardBridgeService)
Parameters :
Name Type Optional
vcRef ViewContainerRef No
dashboardBridgeService DashboardBridgeService No

Methods

ngOnInit
ngOnInit()
Returns : void
pasteDashboard
pasteDashboard()
Returns : void

Properties

dashboardName
dashboardName: string
Type : string
Default value : ''
templatePaste
templatePaste:
Decorators :
@ViewChild('templatePaste', {read: TemplateRef, static: undefined})

result-matching ""

    No results matching ""