feat(frontend): ocp added

This commit is contained in:
2025-03-04 16:43:25 -06:00
parent 88f2cf07f5
commit 5b9cadb76e
10 changed files with 183 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
import {LstCard} from "@/components/extendedUI/LstCard";
export default function OcpLogs() {
return <LstCard className="m-2 p-2">Ocp Logs</LstCard>;
}