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()}`]" > - {{ formatTimestamp(log.timestamp) }} - [{{ log.level }}] - {{ log.tag }}: - {{ log.message }} + {{ formatTimestamp(log.ts) }} + {{ log.msg }} @@ -70,146 +68,55 @@

No logs available. Click "Refresh Logs" to fetch them.

- -
- {{ feedbackMessage }} -
+ \ No newline at end of file diff --git a/test-apps/daily-notification-test/src/views/ScheduleView.vue b/test-apps/daily-notification-test/src/views/ScheduleView.vue index 7ba05e2..341c386 100644 --- a/test-apps/daily-notification-test/src/views/ScheduleView.vue +++ b/test-apps/daily-notification-test/src/views/ScheduleView.vue @@ -40,36 +40,25 @@