diff --git a/MP-TAB-SERV/Components/MachineBlock.razor b/MP-TAB-SERV/Components/MachineBlock.razor index 16ccf129..7d5a3f20 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor +++ b/MP-TAB-SERV/Components/MachineBlock.razor @@ -105,8 +105,9 @@ else *@
- @RecMSE.CodMacchina -
+ @*@RecMSE.CodMacchina*@ + @RecMSE.CodMacchina +
diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.cs b/MP-TAB-SERV/Components/MachineBlock.razor.cs index a1b9dcf2..4bbdebd1 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor.cs +++ b/MP-TAB-SERV/Components/MachineBlock.razor.cs @@ -60,7 +60,8 @@ namespace MP_TAB_SERV.Components string answ = ""; if (string.IsNullOrEmpty(url.ToString())) { - url = "Steamware.png"; + //url = "Steamware.png"; + url = "SIMDP1.png"; } // verifico esistenza macchina SMALL... @@ -76,7 +77,8 @@ namespace MP_TAB_SERV.Components // altrimenti metto default Steamware if (!File.Exists(fullPath)) { - answ = "images/macchine/Steamware.png"; + //answ = "images/macchine/Steamware.png"; + answ = "images/macchine/SIMDP1.png"; } return answ; diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.css b/MP-TAB-SERV/Components/MachineBlock.razor.css index 02926c4c..10fb6a56 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor.css +++ b/MP-TAB-SERV/Components/MachineBlock.razor.css @@ -74,4 +74,13 @@ color: #fff; /*padding: 0px 4px 0px 4px;*/ } -/*end semafori */ \ No newline at end of file +/*end semafori */ +.imgFitToSize { + height: 7.5rem; + object-fit: cover; +} +@media (max-width: 640.98px) { + .imgFitToSize { + height: 5rem; + } +} \ No newline at end of file diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.less b/MP-TAB-SERV/Components/MachineBlock.razor.less index e3497e78..7963fc7b 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor.less +++ b/MP-TAB-SERV/Components/MachineBlock.razor.less @@ -83,5 +83,14 @@ } /*end semafori */ +.imgFitToSize { + height: 7.5rem; + object-fit: cover; +} +@media (max-width: 640.98px){ + .imgFitToSize{ + height: 5rem; + } +} diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.min.css b/MP-TAB-SERV/Components/MachineBlock.razor.min.css index 78a5665d..65b01b65 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor.min.css +++ b/MP-TAB-SERV/Components/MachineBlock.razor.min.css @@ -1 +1 @@ -.mapBlock{font-family:'Open Sans Condensed',sans-serif;color:#fff;background-image:linear-gradient(#111,#000);min-width:8em;}.labelTopDx{padding:.1em .4em;width:auto;min-height:0;top:0;left:auto;bottom:auto;color:#fff;background:#2200de;background:rgba(33,36,39,.7);-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-top-left-radius:inherit;border-top-left-radius:inherit;-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;}.sVe{text-align:left;background:#009036;background:#198754;color:#fff;}.sGi{text-align:left;background:#ffec00;background:rgba(255,220,0,.6);color:#fff;}.sRo{text-align:left;background-color:#e2001a;background:rgba(240,0,10,.6);color:#fff;}.sBl{text-align:left;background:#3690ff;background:rgba(0,80,255,.6);color:#fff;}.sGr{text-align:left;background-color:#bcbcbc;background:rgba(180,180,180,.6);color:#fff;} \ No newline at end of file +.mapBlock{font-family:'Open Sans Condensed',sans-serif;color:#fff;background-image:linear-gradient(#111,#000);min-width:8em;}.labelTopDx{padding:.1em .4em;width:auto;min-height:0;top:0;left:auto;bottom:auto;color:#fff;background:#2200de;background:rgba(33,36,39,.7);-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-top-left-radius:inherit;border-top-left-radius:inherit;-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;}.sVe{text-align:left;background:#009036;background:#198754;color:#fff;}.sGi{text-align:left;background:#ffec00;background:rgba(255,220,0,.6);color:#fff;}.sRo{text-align:left;background-color:#e2001a;background:rgba(240,0,10,.6);color:#fff;}.sBl{text-align:left;background:#3690ff;background:rgba(0,80,255,.6);color:#fff;}.sGr{text-align:left;background-color:#bcbcbc;background:rgba(180,180,180,.6);color:#fff;}.imgFitToSize{height:7.5rem;object-fit:cover;}@media(max-width:640.98px){.imgFitToSize{height:5rem;}} \ No newline at end of file diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index 2a4259a3..0c5629db 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.1117 + 6.16.2310.1209 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 07c6555f..5a43eec2 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.1117

+

Versione: 6.16.2310.1209


Note di rilascio:
  • diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt index 4a765a3b..6a9b240a 100644 --- a/MP-TAB-SERV/Resources/VersNum.txt +++ b/MP-TAB-SERV/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2310.1117 +6.16.2310.1209 diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml index ce00b0b6..86b9ea0a 100644 --- a/MP-TAB-SERV/Resources/manifest.xml +++ b/MP-TAB-SERV/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2310.1117 + 6.16.2310.1209 https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html false diff --git a/MP-TAB-SERV/wwwroot/images/macchine/SIMDP1.png b/MP-TAB-SERV/wwwroot/images/macchine/SIMDP1.png new file mode 100644 index 00000000..3a931f02 Binary files /dev/null and b/MP-TAB-SERV/wwwroot/images/macchine/SIMDP1.png differ