Activities of "tommy.reynolds@pentair.com"

Hi ABP Support,

I have done this change as you can see in the code below

export const PENTAIR_PROVIDER: Provider = { provide: LPX_THEMES, useFactory: () => { const defaults = LPX_THEME_STYLES_DEFAULTS; const pentairTheme = new LpxTheme({ icon: 'bi bi-sun', label: 'Pentair Theme', defaultTheme: true, bundles: [ { bundleName: 'pentair-theme', }, ], styleName: 'pentairTheme', }); return [...defaults, pentairTheme]; }, };

And we call this provider in the app.module.ts

But we can't see by default this theme when we initiate the project

It shows the basic theme like before

Is there any other change we have to do?

Thanks

Hi ABP Support,

Thanks for your support about the way to change the lepton login. It works fine. But we also have to add the TenantBox part above the login. Can you help me how to do that?

Thanks

Hi Support team,

can you help me with this question? please

Can you tell me which changes I should do to change or set the default theme from basic to a custom. So I can see this new theme with all global styles changes I did by default

In the first question we have the details, please

Hi Malik,

Sure I will do it. ...

I changed for only one quesiton.

Thanks

Hi,

Sure thanks.

But it is referring about the Identity User modules. How can I use it for a Entity created with ABP suite?

Understand however when i select public site which will be different than the angular backend app, the backend angular app launches but does not show anything but the background. There is no login area on the screen.

Showing 1 to 6 of 6 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11