Add ability to filter audit log in admin UI (#13381)
This commit is contained in:
parent
69558d2fe5
commit
f65568f1d4
12 changed files with 177 additions and 377 deletions
|
@ -30,6 +30,10 @@ delegate(document, '.media-spoiler-hide-button', 'click', () => {
|
|||
});
|
||||
});
|
||||
|
||||
delegate(document, '.filter-subset--with-select select', 'change', ({ target }) => {
|
||||
target.form.submit();
|
||||
});
|
||||
|
||||
const onDomainBlockSeverityChange = (target) => {
|
||||
const rejectMediaDiv = document.querySelector('.input.with_label.domain_block_reject_media');
|
||||
const rejectReportsDiv = document.querySelector('.input.with_label.domain_block_reject_reports');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue