From fee5034e464ef79ed011fd08d7f3a140d2fd2ddb Mon Sep 17 00:00:00 2001 From: Artem Babak Date: Fri, 11 Dec 2020 11:04:19 +0200 Subject: [PATCH] Edge dashboards cell action buttons --- .../pages/dashboard/dashboards-table-config.resolver.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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',