From 331eb59c7379432a4b4339064092ee4a72c3694f Mon Sep 17 00:00:00 2001
From: Samuele Locatelli
Date: Fri, 1 Mar 2024 10:33:00 +0100
Subject: [PATCH] Update MON x refresh orologio ogni sec
---
MP.Mon/Components/CmpFooter.razor.cs | 4 ++--
MP.Mon/MP.Mon.csproj | 2 +-
MP.Mon/Pages/_Layout.cshtml | 18 +++++++++++++++++-
MP.Mon/Resources/ChangeLog.html | 2 +-
MP.Mon/Resources/VersNum.txt | 2 +-
MP.Mon/Resources/manifest.xml | 2 +-
6 files changed, 23 insertions(+), 7 deletions(-)
diff --git a/MP.Mon/Components/CmpFooter.razor.cs b/MP.Mon/Components/CmpFooter.razor.cs
index bf322b8f..6148c074 100644
--- a/MP.Mon/Components/CmpFooter.razor.cs
+++ b/MP.Mon/Components/CmpFooter.razor.cs
@@ -2,7 +2,7 @@ using NLog;
namespace MP.Mon.Components
{
- public partial class CmpFooter
+ public partial class CmpFooter:IDisposable
{
#region Public Methods
@@ -26,7 +26,7 @@ namespace MP.Mon.Components
public void StartTimer()
{
- int tOutPeriod = 5000;
+ int tOutPeriod = 1000;
//int.TryParse(Configuration["ReloadStatusTimer"], out tOutPeriod);
aTimer = new System.Timers.Timer(tOutPeriod);
aTimer.Elapsed += ElapsedTimer;
diff --git a/MP.Mon/MP.Mon.csproj b/MP.Mon/MP.Mon.csproj
index 46a68c01..e7ebadf8 100644
--- a/MP.Mon/MP.Mon.csproj
+++ b/MP.Mon/MP.Mon.csproj
@@ -4,7 +4,7 @@
net6.0
enable
enable
- 6.16.2402.2709
+ 6.16.2403.110
diff --git a/MP.Mon/Pages/_Layout.cshtml b/MP.Mon/Pages/_Layout.cshtml
index c9f75c75..3945566c 100644
--- a/MP.Mon/Pages/_Layout.cshtml
+++ b/MP.Mon/Pages/_Layout.cshtml
@@ -32,7 +32,7 @@
@*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)*@
- *@
+
Modulo MON MAPO
- Versione: 6.16.2402.2709
+ Versione: 6.16.2403.110
Note di rilascio:
-
diff --git a/MP.Mon/Resources/VersNum.txt b/MP.Mon/Resources/VersNum.txt
index 7452e5f4..fdef649c 100644
--- a/MP.Mon/Resources/VersNum.txt
+++ b/MP.Mon/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2402.2709
+6.16.2403.110
diff --git a/MP.Mon/Resources/manifest.xml b/MP.Mon/Resources/manifest.xml
index 0edfaa21..b0aa03f4 100644
--- a/MP.Mon/Resources/manifest.xml
+++ b/MP.Mon/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2402.2709
+ 6.16.2403.110
https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/MP.Mon.zip
https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/ChangeLog.html
false