mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
Feat/um 145 re add events (#1733)
* Re-add events. Fix event_type queries. * Re-add eventData * revert CSS.
This commit is contained in:
parent
796c65fa29
commit
fcb1767eb1
13 changed files with 222 additions and 167 deletions
|
|
@ -3,8 +3,9 @@
|
|||
}
|
||||
|
||||
.form {
|
||||
padding: 20px;
|
||||
border-right: 1px solid var(--base300);
|
||||
width: 420px;
|
||||
width: 425px;
|
||||
}
|
||||
|
||||
.filters {
|
||||
|
|
@ -16,6 +17,10 @@
|
|||
min-height: 250px;
|
||||
}
|
||||
|
||||
.message {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table {
|
||||
padding: 10px;
|
||||
min-height: 430px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue