Smart Filter UX (#3768)
This commit is contained in:
parent
06a6d9e03b
commit
9ee5821cb2
8 changed files with 95 additions and 57 deletions
|
|
@ -870,6 +870,14 @@ export class ActionFactoryService {
|
|||
];
|
||||
|
||||
this.smartFilterActions = [
|
||||
{
|
||||
action: Action.Edit,
|
||||
title: 'rename',
|
||||
description: 'rename-tooltip',
|
||||
callback: this.dummyCallback,
|
||||
requiresAdmin: false,
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
action: Action.Delete,
|
||||
title: 'delete',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue