feat: add support for notification processors

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2023-12-18 09:00:32 +02:00
parent 62141acaee
commit b6c1523444
5 changed files with 85 additions and 17 deletions
@@ -173,7 +173,10 @@ export const NotificationsTable = (props: {
{props.notifications?.map(notification => {
return (
<TableRow key={notification.id} className={styles.notificationRow}>
<TableCell width="90px" style={{ verticalAlign: 'center' }}>
<TableCell
width="80px"
style={{ verticalAlign: 'center', paddingRight: '0px' }}
>
<Checkbox
className={styles.checkBox}
size="small"