diff --git a/ui-ngx/src/app/modules/home/pages/dashboard/dashboards-table-config.resolver.ts b/ui-ngx/src/app/modules/home/pages/dashboard/dashboards-table-config.resolver.ts index 9e73d874ca..19b853f680 100644 --- a/ui-ngx/src/app/modules/home/pages/dashboard/dashboards-table-config.resolver.ts +++ b/ui-ngx/src/app/modules/home/pages/dashboard/dashboards-table-config.resolver.ts @@ -249,6 +249,12 @@ export class DashboardsTableConfigResolver implements Resolve true, + onAction: ($event, entity) => this.exportDashboard($event, entity) + }, { name: this.translate.instant('edge.unassign-from-edge'), icon: 'portable_wifi_off',