Edge dashboards cell action buttons

This commit is contained in:
Artem Babak 2020-12-11 11:04:19 +02:00
parent b285b2b00c
commit fee5034e46

View File

@ -249,6 +249,12 @@ export class DashboardsTableConfigResolver implements Resolve<EntityTableConfig<
}
if (dashboardScope === 'edge') {
actions.push(
{
name: this.translate.instant('dashboard.export'),
icon: 'file_download',
isEnabled: () => true,
onAction: ($event, entity) => this.exportDashboard($event, entity)
},
{
name: this.translate.instant('edge.unassign-from-edge'),
icon: 'portable_wifi_off',