From 0531475af954d666615a50661220ee3a10582919 Mon Sep 17 00:00:00 2001 From: Jean Tinland Date: Mon, 12 Aug 2024 11:15:39 +0200 Subject: [PATCH] Fix netstat widget (missing suspens icon component) --- lib/components/data/netstats.jsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/components/data/netstats.jsx b/lib/components/data/netstats.jsx index 1cdd578e..c35932c2 100644 --- a/lib/components/data/netstats.jsx +++ b/lib/components/data/netstats.jsx @@ -1,11 +1,12 @@ import * as Uebersicht from "uebersicht"; import * as DataWidget from "./data-widget.jsx"; import * as DataWidgetLoader from "./data-widget-loader.jsx"; +import * as Icons from "../icons/icons.jsx"; +import { SuspenseIcon } from "../icons/icon.jsx"; import Graph from "./graph.jsx"; import useWidgetRefresh from "../../hooks/use-widget-refresh.js"; import useServerSocket from "../../hooks/use-server-socket"; import { useSimpleBarContext } from "../simple-bar-context.jsx"; -import * as Icons from "../icons/icons.jsx"; import * as Utils from "../../utils.js"; export { netstatsStyles as styles } from "../../styles/components/data/netstats"; @@ -120,7 +121,9 @@ export const Widget = React.memo(() => {
- + + + {
- + + +