|
|
|
@ -1,6 +1,7 @@ |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Bundling; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.Bootstrap; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.BootstrapDatepicker; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.BootstrapDaterangepicker; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.Core; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.DatatablesNetBs5; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.FontAwesome; |
|
|
|
@ -19,7 +20,8 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Bundling; |
|
|
|
typeof(Select2StyleContributor), |
|
|
|
typeof(MalihuCustomScrollbarPluginStyleBundleContributor), |
|
|
|
typeof(DatatablesNetBs5StyleContributor), |
|
|
|
typeof(BootstrapDatepickerStyleContributor) |
|
|
|
typeof(BootstrapDatepickerStyleContributor), |
|
|
|
typeof(BootstrapDaterangepickerStyleContributor) |
|
|
|
)] |
|
|
|
public class SharedThemeGlobalStyleContributor : BundleContributor |
|
|
|
{ |
|
|
|
|