Add Docker, Emby, Gotify, Jackett, and JellySeerr widgets

This commit is contained in:
Jason Fischer 2022-09-25 16:15:47 -07:00
parent 035dd25ece
commit 808e79e2ac
No known key found for this signature in database
15 changed files with 510 additions and 9 deletions

View file

@ -4,7 +4,7 @@ import { useTranslation } from "next-i18next";
import Widget from "../widget";
import Block from "../block";
import calculateCPUPercent from "utils/stats-helpers";
import calculateCPUPercent from "widgets/docker/stats-helpers";
export default function Docker({ service }) {
const { t } = useTranslation();