Edge dashboards cell action buttons
This commit is contained in:
parent
b285b2b00c
commit
fee5034e46
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user