diff --git a/assets/components.d.ts b/assets/components.d.ts index cbb3a372..f427c7ef 100644 --- a/assets/components.d.ts +++ b/assets/components.d.ts @@ -22,6 +22,7 @@ declare module '@vue/runtime-core' { LogContainer: typeof import('./components/LogViewer/LogContainer.vue')['default'] LogDate: typeof import('./components/LogViewer/LogDate.vue')['default'] LogEventSource: typeof import('./components/LogViewer/LogEventSource.vue')['default'] + LogLevel: typeof import('./components/LogViewer/LogLevel.vue')['default'] LogViewer: typeof import('./components/LogViewer/LogViewer.vue')['default'] LogViewerWithSource: typeof import('./components/LogViewer/LogViewerWithSource.vue')['default'] MdiDotsVertical: typeof import('~icons/mdi/dots-vertical')['default'] diff --git a/assets/components/LogViewer/ComplexLogItem.vue b/assets/components/LogViewer/ComplexLogItem.vue index a3df7e90..288e2b04 100644 --- a/assets/components/LogViewer/ComplexLogItem.vue +++ b/assets/components/LogViewer/ComplexLogItem.vue @@ -1,8 +1,11 @@