feat: add docker actions (#752)

* feat: add docker actions

* chore: remove unnecessary import
This commit is contained in:
Meier Lukas
2024-07-07 09:58:40 +02:00
committed by GitHub
parent 998615fc11
commit 95101e34ed
4 changed files with 211 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ import { api } from "@homarr/api/server";
import { getScopedI18n } from "@homarr/translation/server";
import { DynamicBreadcrumb } from "~/components/navigation/dynamic-breadcrumb";
import { DockerTable } from "./DockerTable";
import { DockerTable } from "./docker-table";
export default async function DockerPage() {
const { containers, timestamp } = await api.docker.getContainers();