Abp.AspNetCore.Mvc.UI.Theme.AdminLTE icon indicating copy to clipboard operation
Abp.AspNetCore.Mvc.UI.Theme.AdminLTE copied to clipboard

please change Themes\Basic\Components\Brand\Default.cshtml file start with this. the default code cann't use with Abp Tiered solution.

Open zhuang1125 opened this issue 3 years ago • 1 comments

please change Themes\Basic\Components\Brand\Default.cshtml file start with this. the default code cann't use with Abp Tiered solution.

@using Volo.Abp.Users @using Volo.Abp.UI.Navigation @using Volo.Abp.Ui.Branding; @using Localization.Resources.AbpUi @using Microsoft.AspNetCore.Mvc.Localization @using Volo.Abp.MultiTenancy @inject IBrandingProvider BrandingProvider @inject ICurrentUser CurrentUser @inject ICurrentTenant CurrentTenant @inject IHtmlLocalizer<AbpUiResource> L @model ApplicationMenu

@{ string name = CurrentUser.UserName; }

zhuang1125 avatar Feb 19 '21 07:02 zhuang1125

Hi, you can contribute a PR.

wakuflair avatar Feb 20 '21 01:02 wakuflair