mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Fixed queries.
This commit is contained in:
parent
e98bc3bd74
commit
8d92509f71
4 changed files with 15 additions and 8 deletions
|
|
@ -12,7 +12,11 @@
|
|||
|
||||
.time {
|
||||
color: var(--font-color200);
|
||||
width: 120px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.value {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ export function SessionActivity({
|
|||
</StatusLight>
|
||||
</div>
|
||||
<Icon>{eventName ? <Icons.Bolt /> : <Icons.Eye />}</Icon>
|
||||
<div>{eventName || urlPath}</div>
|
||||
<div className={styles.value}>{eventName || urlPath}</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue