@EngincanV this doesnt work... how can i override the file with only the part you provided ? please create a backport or share the full SideMenuLayout.razor file. thanks note: if you dont want to share this in puplic, sent it to my email - but that wont solve the problem for all other people that need to stay on net 6 too
SideMenuLayout.razor
@inherits LayoutComponentBase
@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.Common
@using Volo.Abp.Ui.Branding
@using Volo.Abp.BlazoriseUI.Components
@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu
@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.MainHeader
@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.Navigation
@using Volo.Abp.AspNetCore.Components.Web.Theming.Components
@inject IBrandingProvider BrandingProvider
<div class="lpx-scroll-container ps">
<div id="lpx-wrapper">
<MainHeader />
<div class="lpx-content-container">
<div class="lpx-topbar-container">
<div class="lpx-topbar">
<Breadcrumbs />
</div>
</div>
<div class="lpx-content-wrapper">
<div class="lpx-content">
<ContentToolbar />
<PageAlert />
@Body
<DynamicLayoutComponent />
<UiMessageAlert />
<UiNotificationAlert />
</div>
</div>
<footer>
<Footer />
</footer>
</div>
<MobileNavbar />
<div class="lpx-toolbar-container">
<MainHeaderToolbar />
</div>
</div>
</div>
Hi, sorry for the late response. If you are not considering upgrading to 7.0, you can override the SideMenuLayout.razor
and add a footer section like below:
To override the
SideMenuLayout.razor
, you just need to create a file in the same directory (Components/ApplicationLayout/SideMenuLayout.razor).
We've fixed the problem, it should be working as expected. If your problem still persists, please don't hesitate to write me back. Or if fixed feel free to close the question.
Best Regards.
Hi, currently we are facing some problems with our NuGet server. We are working on it. I'll inform you when it's fixed.
@EngincanV will there be a v6 release for this fix ?
Hi, you can update your LeptonX package versions to 2.0.0
, it was released yesterday and includes the fix for your problem.
thanks, you can ask @maliming for the example project ( its an almost empty project, generated by abp suite 6.0 ) - have sent it to his email
We've reproduced the problem and will fix it within the new release. Thanks again for reporting.
Hi, thanks for reporting. I will test and create an internal issue for this.
It seems to happen to Blazor but it works great with MVC (a note if you decide to switch to another UI)
Yes, it works for other UI types.
Hi, ABP does not provide any UI or monitoring service for RabbitMQ Logs. There are great third-party tools for these purposes. You can check the Elastic Agent for instance: https://docs.elastic.co/en/integrations/rabbitmq . It collects and parses logs from RabbitMQ servers with Elastic Agent (APM). .
Hi, we have an open internal issue in the backlog for this feature (#5335). However, we haven't prioritized it yet. In meantime, if the modal UI type is the only possible option for you, you can either implement it yourself or use another UI (if it's possible).