diff --git a/test-apps/daily-notification-test/src/views/HomeView.vue b/test-apps/daily-notification-test/src/views/HomeView.vue index 962cb2e..9c34220 100644 --- a/test-apps/daily-notification-test/src/views/HomeView.vue +++ b/test-apps/daily-notification-test/src/views/HomeView.vue @@ -100,167 +100,35 @@ \ No newline at end of file + diff --git a/test-apps/daily-notification-test/src/views/LogsView.vue b/test-apps/daily-notification-test/src/views/LogsView.vue index 17437e6..6fe4018 100644 --- a/test-apps/daily-notification-test/src/views/LogsView.vue +++ b/test-apps/daily-notification-test/src/views/LogsView.vue @@ -58,10 +58,8 @@ :key="index" :class="['log-entry', `log-level-${log.level.toLowerCase()}`]" > - [{{ log.level }}] - {{ log.tag }}: - + + @@ -70,146 +68,55 @@
- - -