UI build fix
All checks were successful
Build Docker Images / test (map[name:Morska plugin_project:DiunaBI.Plugins.Morska]) (push) Successful in 1m30s
Build Docker Images / test (map[name:PedrolloPL plugin_project:DiunaBI.Plugins.PedrolloPL]) (push) Successful in 1m25s
Build Docker Images / build-and-push (map[image_suffix:morska name:Morska plugin_project:DiunaBI.Plugins.Morska]) (push) Successful in 1m45s
Build Docker Images / build-and-push (map[image_suffix:pedrollopl name:PedrolloPL plugin_project:DiunaBI.Plugins.PedrolloPL]) (push) Successful in 1m42s

This commit is contained in:
2025-12-05 10:07:45 +01:00
parent c7d9acead0
commit 0cf0bad6b1
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
</head>
<body>
<DiunaBI.UI.Shared.Components.Routes @rendermode="InteractiveServer" />
<DiunaBI.UI.Shared.Components.Layout.Routes @rendermode="InteractiveServer" />
<div id="blazor-error-ui">

View File

@@ -1,4 +1,5 @@
using DiunaBI.UI.Shared;
using DiunaBI.UI.Shared.Components.Layout;
using DiunaBI.UI.Shared.Extensions;
using DiunaBI.UI.Shared.Services;
using DiunaBI.UI.Web.Components;