mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Revert "Rename unifi_console info widget to unifi"
This commit is contained in:
parent
fbac27f504
commit
69c9a449b1
4 changed files with 6 additions and 5 deletions
|
@ -10,7 +10,7 @@ const widgetMappings = {
|
|||
greeting: dynamic(() => import("components/widgets/greeting/greeting")),
|
||||
datetime: dynamic(() => import("components/widgets/datetime/datetime")),
|
||||
logo: dynamic(() => import("components/widgets/logo/logo"), { ssr: false }),
|
||||
unifi: dynamic(() => import("components/widgets/unifi/unifi")),
|
||||
unifi_console: dynamic(() => import("components/widgets/unifi_console/unifi_console")),
|
||||
};
|
||||
|
||||
export default function Widget({ widget }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue