File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/entities/monolog/lib/use-monolog Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616}
1717
1818@mixin layout-body {
19- @apply flex flex-col flex-1 pt-12 h-full ;
19+ @apply flex flex-col flex-1 pt- 12;
2020}
2121
2222@mixin text-muted {
Original file line number Diff line number Diff line change @@ -110,5 +110,6 @@ export default defineComponent({
110110
111111.smtp-event__body {
112112 @include layout-body ;
113+ @apply h-full ;
113114}
114115 </style >
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ export const normalizeMonolog = (event: ServerEvent<Monolog>): NormalizedEvent<M
66
77 return {
88 id : event . uuid ,
9- type : EVENT_TYPES . VAR_DUMP ,
10- labels : [ EVENT_TYPES . VAR_DUMP ] ,
9+ type : EVENT_TYPES . MONOLOG ,
10+ labels : [ EVENT_TYPES . MONOLOG ] ,
1111 origin,
1212 serverName : "" ,
1313 date : event . timestamp ? new Date ( event . timestamp * 1000 ) : null ,
You can’t perform that action at this time.
0 commit comments