test(streaming logs): test for streaming logs

This commit is contained in:
2025-03-21 13:36:12 -05:00
parent 8b8c9acb69
commit 73eb70538e
2 changed files with 20 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ import {Button} from "../ui/button";
import {Input} from "../ui/input";
import {Table, TableBody, TableCell, TableHead, TableHeader, TableRow} from "../ui/table";
import {Skeleton} from "../ui/skeleton";
import CycleCountLog from "./CycleCountLog";
//import CycleCountLog from "./CycleCountLog";
import {Select, SelectContent, SelectItem, SelectTrigger, SelectValue} from "../ui/select";
import {Controller, useForm} from "react-hook-form";
import axios from "axios";