diff --git a/web/src/api/index.ts b/web/src/api/index.ts index 46a8c87..2d1a04b 100644 --- a/web/src/api/index.ts +++ b/web/src/api/index.ts @@ -413,6 +413,8 @@ export interface EnvVar { type: string hidden: boolean enabled: boolean + created_at?: string + updated_at?: string } export interface EnvListResponse { diff --git a/web/src/views/notify/components/PushLog.vue b/web/src/views/notify/components/PushLog.vue index 902bd9c..37e12ba 100644 --- a/web/src/views/notify/components/PushLog.vue +++ b/web/src/views/notify/components/PushLog.vue @@ -3,12 +3,6 @@ import { ref, onMounted, computed } from 'vue' import { api, type AppLog, LOG_CATEGORY, LOG_STATUS } from '@/api' import { Badge } from '@/components/ui/badge' import Pagination from '@/components/Pagination.vue' -import { - Dialog, - DialogContent, - DialogHeader, - DialogTitle, -} from '@/components/ui/dialog' import { toast } from 'vue-sonner' import { format } from 'date-fns' import {