- Fix display error
This commit is contained in:
Samuele Locatelli
2024-10-15 11:16:21 +02:00
parent 9007a4df85
commit e6179601fb
10 changed files with 26 additions and 15 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
<div class="card text-dark textCondens">
<div class="card-header bg-info text-light">
<h4>@Title</h4>
<h4>@FixTxt(Title)</h4>
</div>
<div class="card-body py-1">
<div class="row">
<div class="col">
<p>
<b>@Subtitle</b>
<b>@FixTxt(Subtitle)</b>
</p>
@Message
@FixTxt(Message)
</div>
</div>
</div>
@@ -16,5 +16,14 @@ namespace MP_TAB3.Components
public string Title { get; set; } = "";
#endregion Public Properties
#region Protected Methods
protected MarkupString FixTxt(string origText)
{
return new MarkupString(origText);
}
#endregion Protected Methods
}
}
+7 -5
View File
@@ -179,7 +179,12 @@ else
else
{
<div class="cardObj px-3 py-1 text-sizer">
<div class="text-center d-flex justify-content-between align-items-center ">
<div class="text-center d-flex justify-content-between align-items-center row">
<div class="col-12">
<h4 class="text-center mb-0 fw-bold">
@RecMSE.Nome
</h4>
</div>
<div class="col-4 fs-4">
<div class="lh-1">
<div class="text-end text-success d-flex justify-content-between">
@@ -221,10 +226,7 @@ else
}
</div>
</div>
<div class="col-4" style="max-height: 8rem; max-width: 6rem;">
<h4 class="text-center mb-0 fw-bold">
@RecMSE.Nome
</h4>
<div class="col-4" style="max-height: 8rem; max-width: 7rem;">
<EgwCoreLib.Razor.CircleGaugeMulti Titolo="@($"{currMaxVal}")" Testo="#pz prod" maxVal="@currMaxVal" ListInner="@innerCircleVals" ListOuter="@outerCircleVals" ShowCircleBtn="true"></EgwCoreLib.Razor.CircleGaugeMulti>
</div>
<div class="col-4 d-flex flex-wrap justify-content-center align-items-center lh-1">
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2410.1418</Version>
<Version>6.16.2410.1511</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB3</RootNamespace>
</PropertyGroup>
+1 -1
View File
@@ -24,7 +24,7 @@ namespace MP_TAB3.Pages
#region Private Fields
private string disMessage = "Gestione schede tecniche di attrezzaggio, collaudo e verifica procedure di setup. Il modulo opzionale &grave; attivabile su richiesta.";
private string disMessage = "Gestione schede tecniche di attrezzaggio, collaudo e verifica procedure di setup. Il modulo opzionale &egrave; attivabile su richiesta.";
private string disSubtitle = "Funzionalit&agrave; disattivata";
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2410.1418</h4>
<h4>Versione: 6.16.2410.1511</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2410.1418
6.16.2410.1511
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2410.1418</version>
<version>6.16.2410.1511</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+1 -1
View File
@@ -23,7 +23,7 @@
"BaseAddr": "https://iis04.egalware.com/MP/TAB3/",
"BasePathDisegni": "C:\\Steamware\\disegni",
"BaseUrlTab": "/MP/TAB3",
"ImgBasePath": "https://iis04.egalware.com/MP/images/macchine/small/",
"ImgBasePath": "https://iis04.egalware.com/MP/macchine/small/",
"MpIoNS": "MoonPro:SQL2016DEV:MoonPro"
},
"AlarmDest": "samuele.locatelli@egalware.com, ceo@steamware.net"
+1 -1
View File
@@ -67,7 +67,7 @@
"BaseAddr": "https://localhost:7295/MP/TAB3/",
"BasePathDisegni": "\\\\iis01\\W$\\Files\\Disegni",
"BaseUrlTab": "/MP/TAB3",
"ImgBasePath": "https://iis01.egalware.com/MP/images/macchine/small/",
"ImgBasePath": "https://iis01.egalware.com/MP/macchine/small/",
"MpIoNS": "MoonPro:SQL2016DEV:MoonPro",
"maxChar4Scroll": 21
},