-
+
+
-
+
+
+
diff --git a/MP-TAB3/Components/PlaceholderStatusMap.razor.css b/MP-TAB3/Components/PlaceholderStatusMap.razor.css
index 218fdd85..73c94457 100644
--- a/MP-TAB3/Components/PlaceholderStatusMap.razor.css
+++ b/MP-TAB3/Components/PlaceholderStatusMap.razor.css
@@ -1,4 +1,24 @@
.pholderHeight {
- height: 3rem;
+ height: 5.5rem;
object-fit: cover;
+}
+@media (min-width: 600px) {
+ .pholderHeight {
+ height: 5.1rem;
+ }
+}
+@media (min-width: 768px) {
+ .pholderHeight {
+ height: 7.6rem;
+ }
+}
+@media (min-width: 800px) {
+ .pholderHeight {
+ height: 8.2rem;
+ }
+}
+@media (min-width: 1025px) {
+ .pholderHeight {
+ height: 7.2rem;
+ }
}
\ No newline at end of file
diff --git a/MP-TAB3/Components/PlaceholderStatusMap.razor.less b/MP-TAB3/Components/PlaceholderStatusMap.razor.less
index 90d74c36..eda5e2c8 100644
--- a/MP-TAB3/Components/PlaceholderStatusMap.razor.less
+++ b/MP-TAB3/Components/PlaceholderStatusMap.razor.less
@@ -1,6 +1,29 @@
.pholderHeight {
- height: 3rem;
+ height: 5.5rem;
object-fit: cover;
}
+@media (min-width: 600px) {
+ .pholderHeight {
+ height: 5.1rem;
+ }
+}
+
+@media (min-width: 768px) {
+ .pholderHeight {
+ height: 7.6rem;
+ }
+}
+
+@media (min-width: 800px) {
+ .pholderHeight {
+ height: 8.2rem;
+ }
+}
+
+@media (min-width: 1025px) {
+ .pholderHeight {
+ height: 7.2rem;
+ }
+}
\ No newline at end of file
diff --git a/MP-TAB3/Components/PlaceholderStatusMap.razor.min.css b/MP-TAB3/Components/PlaceholderStatusMap.razor.min.css
index 66d7e09e..c3598583 100644
--- a/MP-TAB3/Components/PlaceholderStatusMap.razor.min.css
+++ b/MP-TAB3/Components/PlaceholderStatusMap.razor.min.css
@@ -1 +1 @@
-.pholderHeight{height:3rem;object-fit:cover;}
\ No newline at end of file
+.pholderHeight{height:5.5rem;object-fit:cover;}@media(min-width:600px){.pholderHeight{height:5.1rem;}}@media(min-width:768px){.pholderHeight{height:7.6rem;}}@media(min-width:800px){.pholderHeight{height:8.2rem;}}@media(min-width:1025px){.pholderHeight{height:7.2rem;}}
\ No newline at end of file
diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj
index 098f61e5..b3b50a9a 100644
--- a/MP-TAB3/MP-TAB3.csproj
+++ b/MP-TAB3/MP-TAB3.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 6.16.2503.1418
+ 6.16.2503.1708
enable
MP_TAB3
diff --git a/MP-TAB3/Pages/StatusMap.razor b/MP-TAB3/Pages/StatusMap.razor
index b2c85453..ba9fa715 100644
--- a/MP-TAB3/Pages/StatusMap.razor
+++ b/MP-TAB3/Pages/StatusMap.razor
@@ -15,7 +15,6 @@
Nessun impianto abilitato per l'operatore.
-
DoLogout()">
LogOut
@@ -43,9 +42,18 @@
mseIdx++;
if (currMse != null)
{
-
-
-
+
+
+
+ @* if (mseIdx % 2 == 0)
+ {
+ }
+ else
+ {
+
+ } *@
}
else
{
@@ -54,31 +62,5 @@
}
}
- @*
- @{
- int maxBlocks = calcMaxBlock();
- int currIdx = 0;
- @foreach (var item in ListMSE)
- {
- currIdx++;
-
-
-
- @if (currIdx >= maxBlocks)
- {
- currIdx = 0;
- @((MarkupString)"
")
- @((MarkupString)"
")
- }
- }
- // controllo se devo "chiudere riga...
- int currNum = (currIdx % maxBlocks);
- while (currNum < (maxBlocks))
- {
- @((MarkupString)"
")
- currNum++;
- }
- }
-
*@
}
diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html
index 1664133a..919466f7 100644
--- a/MP-TAB3/Resources/ChangeLog.html
+++ b/MP-TAB3/Resources/ChangeLog.html
@@ -1,6 +1,6 @@