From f4d2265de2311fc87d600fbfdfb7e2aa2fa7ad8d Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 5 Mar 2024 08:30:25 +0100 Subject: [PATCH] Fix layout x GPW SMART --- GPW.CORE.SMART/GPW.CORE.SMART.csproj | 2 +- GPW.CORE.SMART/Pages/_Layout.cshtml | 19 +++- GPW.CORE.SMART/wwwroot/lib/boot.js | 149 --------------------------- Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- 6 files changed, 19 insertions(+), 157 deletions(-) delete mode 100644 GPW.CORE.SMART/wwwroot/lib/boot.js diff --git a/GPW.CORE.SMART/GPW.CORE.SMART.csproj b/GPW.CORE.SMART/GPW.CORE.SMART.csproj index 8ddf13e..490b18e 100644 --- a/GPW.CORE.SMART/GPW.CORE.SMART.csproj +++ b/GPW.CORE.SMART/GPW.CORE.SMART.csproj @@ -3,7 +3,7 @@ net6.0 enable - 3.0.2403.0119 + 3.0.2403.0508 enable www.egalware.com GPW Smart UI diff --git a/GPW.CORE.SMART/Pages/_Layout.cshtml b/GPW.CORE.SMART/Pages/_Layout.cshtml index 17a3b95..f0d3374 100644 --- a/GPW.CORE.SMART/Pages/_Layout.cshtml +++ b/GPW.CORE.SMART/Pages/_Layout.cshtml @@ -39,10 +39,21 @@ - - @* Modifica da https://github.com/dotnet/aspnetcore/issues/32113 *@ - - + @*Gestione autoriconnessione: https://github.com/dotnet/aspnetcore/issues/38305 (vedere anche https://docs.microsoft.com/it-it/aspnet/core/blazor/fundamentals/signalr?view=aspnetcore-6.0#modify-the-reconnection-handler-blazor-server)*@ @*