diff --git a/web/src/views/history/History.vue b/web/src/views/history/History.vue
index 846f489..6a488e7 100644
--- a/web/src/views/history/History.vue
+++ b/web/src/views/history/History.vue
@@ -6,7 +6,10 @@ import { Button } from '@/components/ui/button'
import { Input } from '@/components/ui/input'
import Pagination from '@/components/Pagination.vue'
import LogViewer from './LogViewer.vue'
-import { RefreshCw, X, Search, Maximize2, GitBranch, Terminal, CheckCircle2, XCircle, AlertCircle, Ban, Clock, Zap, Check } from 'lucide-vue-next'
+import {
+ RefreshCw, X, Search, Maximize2, GitBranch, Terminal,
+ CheckCircle2, XCircle, AlertCircle, Ban, Clock, Zap as ZapIcon, Check
+} from 'lucide-vue-next'
import { api, type TaskLog } from '@/api'
import { Badge } from '@/components/ui/badge'
import { toast } from 'vue-sonner'
@@ -310,7 +313,7 @@ watch(() => route.query.task_id, (newTaskId) => {
-
+
@@ -350,7 +353,7 @@ watch(() => route.query.task_id, (newTaskId) => {
-
+
@@ -406,7 +409,7 @@ watch(() => route.query.task_id, (newTaskId) => {