From 80a9177d84d17007b381037805f6366766e9a786 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Fri, 2 Sep 2022 13:22:13 +0300 Subject: [PATCH] rename layout name (main to application) --- .../Layout/StandardLayouts.cs | 4 +--- .../Themes/Basic/MainLayout.razor | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/StandardLayouts.cs b/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/StandardLayouts.cs index f56dae9f03..ea73a5673f 100644 --- a/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/StandardLayouts.cs +++ b/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/StandardLayouts.cs @@ -2,7 +2,5 @@ public static class StandardLayouts { - public const string Main = "Main"; - public const string TopMenu = "TopMenu"; - public const string SideMenu = "SideMenu"; + public const string Application = "Application"; } \ No newline at end of file diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/MainLayout.razor b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/MainLayout.razor index 05edf4f1f6..3565d6add5 100644 --- a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/MainLayout.razor +++ b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/MainLayout.razor @@ -19,9 +19,9 @@
- + @Body - +