diff --git a/frontend/src/pages/pc/admin/AdminScheduleBots.jsx b/frontend/src/pages/pc/admin/AdminScheduleBots.jsx index 45adaad..b5bc00b 100644 --- a/frontend/src/pages/pc/admin/AdminScheduleBots.jsx +++ b/frontend/src/pages/pc/admin/AdminScheduleBots.jsx @@ -6,6 +6,7 @@ import { Youtube, Calendar, Clock, CheckCircle, XCircle, RefreshCw, Download } from 'lucide-react'; import Toast from '../../../components/Toast'; +import Tooltip from '../../../components/Tooltip'; function AdminScheduleBots() { const navigate = useNavigate(); @@ -38,6 +39,7 @@ function AdminScheduleBots() { // 봇 목록 조회 const fetchBots = async () => { + setLoading(true); try { const token = localStorage.getItem('adminToken'); const response = await fetch('/api/admin/bots', { @@ -265,9 +267,19 @@ function AdminScheduleBots() { {/* 봇 목록 */}
-
+

봇 목록

+ + +
+ {loading ? (