diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.cs b/MP-TAB-SERV/Components/MachineBlock.razor.cs index 14c65654..a2f44b85 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor.cs +++ b/MP-TAB-SERV/Components/MachineBlock.razor.cs @@ -70,25 +70,24 @@ namespace MP_TAB_SERV.Components string answ = ""; if (string.IsNullOrEmpty(url.ToString())) { - //url = "Steamware.png"; - url = "SIMDP1.png"; + url = "Steamware.png"; } // verifico esistenza macchina SMALL... - answ = $"images/macchine/small/{url}"; - string fullPath = Path.Combine(imgBasePath, "wwwroot", answ); + answ = $"../images/macchine/small/{url}"; + string fullPath = Path.Combine(imgBasePath, answ); if (!File.Exists(fullPath)) { // se non ci fosse cerco immagine fullsize - answ = $"images/macchine/{url}"; - fullPath = Path.Combine(imgBasePath, "wwwroot", answ); + answ = $"../images/macchine/{url}"; + fullPath = Path.Combine(imgBasePath, answ); } // altrimenti metto default Steamware if (!File.Exists(fullPath)) { - answ = "images/macchine/SIMDP1.png"; - //answ = "images/macchine/Steamware.png"; + //answ = "images/macchine/SIMDP1.png"; + answ = "../images/macchine/Steamware.png"; } return answ; diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index bece3f76..40d1715c 100644 --- a/MP-TAB-SERV/MP-TAB-SERV.csproj +++ b/MP-TAB-SERV/MP-TAB-SERV.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2310.3114 + 6.16.2310.3115 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index b9505704..10495aae 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2310.3114

+

Versione: 6.16.2310.3115


Note di rilascio: