Skip to content

Commit ab3f986

Browse files
committed
feat: add systemOwner filter to playbooks component
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 0cf7931 commit ab3f986

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/app/incident-response/playbooks/playbooks.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export class PlaybooksComponent implements OnInit, AfterViewInit, OnDestroy {
3131
sort: '',
3232
'active.equals': null,
3333
'agentPlatform.equals': null,
34-
'createdBy.equals': null
34+
'createdBy.equals': null,
35+
'systemOwner.equals': false
3536
};
3637
platforms: string[];
3738
users: string[];

0 commit comments

Comments
 (0)