longhorn support

* longhorn widget for showing storage stats as "disks"
This commit is contained in:
James Wynn 2022-10-25 13:35:38 -05:00
parent c4333fd2dc
commit 8887fcc3ee
5 changed files with 173 additions and 13 deletions

View file

@ -13,6 +13,7 @@ const widgetMappings = {
unifi_console: dynamic(() => import("components/widgets/unifi_console/unifi_console")),
glances: dynamic(() => import("components/widgets/glances/glances")),
openmeteo: dynamic(() => import("components/widgets/openmeteo/openmeteo")),
longhorn: dynamic(() => import("components/widgets/longhorn/longhorn")),
};
export default function Widget({ widget }) {