mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-24 05:48:08 +08:00
longhorn support
* longhorn widget for showing storage stats as "disks"
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user