From f68de9df23fc71142362bb247938d0c54159c88f Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Tue, 22 Aug 2023 16:57:45 +0800 Subject: [PATCH] Move menu items to Administration --- .../Menus/BookingServiceOrleansMenuContributor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/BookingService.Orleans/src/EasyAbp.BookingService.Orleans.Web/Menus/BookingServiceOrleansMenuContributor.cs b/modules/BookingService.Orleans/src/EasyAbp.BookingService.Orleans.Web/Menus/BookingServiceOrleansMenuContributor.cs index 5af397f..80b73ae 100644 --- a/modules/BookingService.Orleans/src/EasyAbp.BookingService.Orleans.Web/Menus/BookingServiceOrleansMenuContributor.cs +++ b/modules/BookingService.Orleans/src/EasyAbp.BookingService.Orleans.Web/Menus/BookingServiceOrleansMenuContributor.cs @@ -17,7 +17,7 @@ private Task ConfigureMainMenuAsync(MenuConfigurationContext context) { //Add main menu items. context.Menu.GetAdministration().AddItem(new ApplicationMenuItem(BookingServiceOrleansMenus.Prefix, - displayName: "BookingService", "~/BookingService", icon: "fa fa-globe")); + displayName: "BookingService", "~/BookingService", icon: "fa fa-book-user")); return Task.CompletedTask; }