From d00b4bbb8b2f2528e7be83e5535fda569448220f Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 18 Oct 2022 10:09:01 +0200 Subject: [PATCH] Refresh --- MP.SPEC/Components/ODLPlot.razor.cs | 2 +- MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- MP.SPEC/wwwroot/css/site.css | 19 +++++++++++++++++++ MP.SPEC/wwwroot/css/site.less | 21 +++++++++++++++++++++ MP.SPEC/wwwroot/css/site.min.css | 2 +- 8 files changed, 46 insertions(+), 6 deletions(-) diff --git a/MP.SPEC/Components/ODLPlot.razor.cs b/MP.SPEC/Components/ODLPlot.razor.cs index b4a33260..475a5db4 100644 --- a/MP.SPEC/Components/ODLPlot.razor.cs +++ b/MP.SPEC/Components/ODLPlot.razor.cs @@ -61,7 +61,7 @@ namespace MP.SPEC.Components { Data.Add(record.TotDurata); Labels.Add($"{record.Descrizione} - {record.TotDurata:N1}min"); - colors.Add(record.Css); + colors.Add($"{record.Css}"); } await Task.Delay(1); isLoading = false; diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index 88ad3e02..fa062dff 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2210.1809 + 6.16.2210.1810 diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index 34cb2d33..af7eb687 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2210.1809

+

Versione: 6.16.2210.1810


Note di rilascio: