[feat] Logs as "wide" table
Closed this issue · 1 comments
dagnelies commented
Describe the feature
Currently, the logs table is like this:
Log | Actions |
---|---|
ID | View details |
From | |
To | |
Subject | |
Event | |
... | |
ID | View details |
From | |
To | |
... |
But I think a table like this would provide a better overview:
ID | From | To | Subject | Event | Actions |
---|---|---|---|---|---|
abc | user@example.com | contact@domain.xyz | Hello there! | ... | View details |
Checklist
- I have searched through GitHub issues for similar issues.
- I have completely read through the README and documentation.
titanism commented
Hi there - it is responsive based off your device. Best viewed on a desktop/larger screen.