Fix index page IOC

This commit is contained in:
Samuele Locatelli
2026-05-06 11:39:17 +02:00
parent bb7839f74b
commit 79b052b221
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ namespace MP.IOC.Components.Pages
DateTime adesso = DateTime.Now;
var paretoDayCall = await StatsAggrService.GetParetoStatsDayAsync(0);
ListGlobalCall.Clear();
var rawMachPareto = paretoDayCall["Mach.Duration (tot ms)"];
var rawMachPareto = paretoDayCall.FirstOrDefault(x => x.Key.Contains("Duration")).Value;
ListGlobalCall = rawMachPareto.Take(10).ToList();
ListParetoCall = await StatsDetService.GetParetoAsync(adesso.AddHours(-1), adesso, 10);
paretoWeek = await StatsAggrService.GetParetoStatsWeekAsync();
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>8.16.2605.610</Version>
<Version>8.16.2605.611</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MP-IOC </i>
<h4>Versione: 8.16.2605.610</h4>
<h4>Versione: 8.16.2605.611</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
8.16.2605.610
8.16.2605.611
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>8.16.2605.610</version>
<version>8.16.2605.611</version>
<url>https://nexus.steamware.net/repository/SWS/MP-IOC/stable/LAST/MP.IOC.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-IOC/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>