File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/views/email-exchange/administration Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,17 @@ const QuarantineList = () => {
135
135
capabilities = { { allTenants : false , helpContext : 'https://google.com' } }
136
136
title = "Quarantine Management"
137
137
datatable = { {
138
+ filterlist : [
139
+ { filterName : 'Status: Not Released' , filter : '"ReleaseStatus":"NotReleased"' } ,
140
+ { filterName : 'Status: Released' , filter : '"ReleaseStatus":"Released"' } ,
141
+ { filterName : 'Status: Denied' , filter : '"ReleaseStatus":"Denied"' } ,
142
+ { filterName : 'Reason: High Confidence Phishing' , filter : '"QuarantineTypes":"HighConfPhish"' } ,
143
+ { filterName : 'Reason: Phishing' , filter : '"QuarantineTypes":"Phish"' } ,
144
+ { filterName : 'Reason: Spam' , filter : '"QuarantineTypes":"Spam"' } ,
145
+ { filterName : 'Reason: Malware' , filter : '"QuarantineTypes":"Malware"' } ,
146
+ { filterName : 'Reason: FileTypeBlock' , filter : '"QuarantineTypes":"FileTypeBlock"' } ,
147
+ { filterName : 'Reason: Bulk' , filter : '"QuarantineTypes":"Bulk"' } ,
148
+ ] ,
138
149
keyField : 'id' ,
139
150
reportName : `${ tenant ?. defaultDomainName } -Mailbox-Quarantine` ,
140
151
path : '/api/ListMailQuarantine' ,
You can’t perform that action at this time.
0 commit comments