Fix display allarmi

This commit is contained in:
Samuele Locatelli
2022-10-20 18:31:30 +02:00
parent 2fea170463
commit 24f1432e56
21 changed files with 51 additions and 37 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x86;x64</Platforms>
<Version>1.2.2210.611</Version>
<Version>1.2.2210.2018</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>MAPO-MONO</i>
<h4>Version: 1.2.2210.611</h4>
<h4>Version: 1.2.2210.2018</h4>
<br /> Release Note:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.2.2210.611
1.2.2210.2018
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.2.2210.611</version>
<version>1.2.2210.2018</version>
<url>http://nexus.steamware.net/repository/SWS/MP.MONO.ANALYZER/stable/LAST/MP.Mon.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/MP.MONO.ANALYZER/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+1 -1
View File
@@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x86;x64</Platforms>
<Version>1.2.2210.611</Version>
<Version>1.2.2210.2018</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>MAPO-MONO</i>
<h4>Version: 1.2.2210.611</h4>
<h4>Version: 1.2.2210.2018</h4>
<br /> Release Note:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.2.2210.611
1.2.2210.2018
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.2.2210.611</version>
<version>1.2.2210.2018</version>
<url>http://nexus.steamware.net/repository/SWS/MP.MONO.DECODER/stable/LAST/MP.Mon.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/MP.MONO.DECODER/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+1 -1
View File
@@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x86;x64</Platforms>
<Version>1.2.2210.611</Version>
<Version>1.2.2210.2018</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>MAPO-MONO</i>
<h4>Version: 1.2.2210.611</h4>
<h4>Version: 1.2.2210.2018</h4>
<br /> Release Note:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.2.2210.611
1.2.2210.2018
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.2.2210.611</version>
<version>1.2.2210.2018</version>
<url>http://nexus.steamware.net/repository/SWS/MP.MONO.SIM/stable/LAST/MP.Mon.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/MP.MONO.SIM/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+3 -3
View File
@@ -17,9 +17,9 @@
@foreach (var item in ListRecords)
{
<li class="list-group-item list-group-item-action">
<div class="d-flex w-100 justify-content-between" title="order">
<div class="small">@item.Title</div>
<div>
<div class="d-flex w-100 justify-content-between small" title="order">
<div class="text-wrap">@item.Title</div>
<div class="textConsensed">
<b>@item.Value</b>
</div>
</div>
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Platforms>AnyCPU;x86;x64</Platforms>
<Version>1.2.2210.2017</Version>
<Version>1.2.2210.2018</Version>
</PropertyGroup>
<ItemGroup>
+7 -17
View File
@@ -29,7 +29,6 @@
<span class="input-group-text">Num Records:</span>
<input class="form-control form-control-sm" id="maxRecord" @bind-value="@MaxRecord" title="Max number of record to retrieve" enabled />
}
@*<button id="btnReset" class="btn btn-primary btn-sm btn-block" @onclick="() => ReloadData(true)" title="Reset Filter"><span class="oi oi-loop-circular"></span></button>*@
<label class="input-group-text" title="Analisys: dataset end">Date From:</label>
<input @bind="@dtRif" id="DtRefEnd" class="form-control" type="datetime-local" title="Show alarms from selected date back">
<button class="btn btn-default btn-block " @onclick="toggleShowParams" title="Hide Parameters"><i class="fa-solid fa-ellipsis-vertical"></i></button>
@@ -98,15 +97,6 @@
<h5 class="py-1" cla>Alarm History</h5>
</div>
<div class="col-8 d-flex justify-content-between">
@*<div class="input-group input-group-sm">
<div class="input-group-text">
<span class="me-1 @SRCSSmode">SINGLE REC</span>
<div class="form-check form-check-sm form-switch py-1" title="Parameter View Mode (RealTime / LogData)">
<input class="form-check-input" type="checkbox" id="mySwitch" name="setupAlarms" title="Show Alarms log or Alarm rec" checked @onclick="() => toggleRec()">
</div>
<span class="@SHCSSmode">STATUS HISTORY</span>
</div>
</div>*@
<ToggleModes FilterChanged="updateFilter"></ToggleModes>
<div class="px-2 col-4 d-flex justify-content-end">
@if (!liveUpdate)
@@ -154,7 +144,7 @@
@foreach (var record in ListRecords)
{
<tr>
<td class="text-nowrap">
<td class="text-wrap textConsensed">
@record.DtRif.ToString("yyyy.MM.dd HH:mm:ss")
</td>
<td><b>@record.MemAddress</b> / @record.Index</td>
@@ -165,11 +155,11 @@
<div class="float-end">
@if (record.Status == 0)
{
<span class="text-success">@record.ValDecoded <i class="fas fa-certificate"></i></span>
<span class="text-success textConsensed text-wrap">@record.ValDecoded <i class="fas fa-certificate"></i></span>
}
else
{
<span class="text-danger">@record.ValDecoded <i class="fas fa-exclamation-triangle"></i></span>
<span class="text-danger textConsensed text-wrap">@record.ValDecoded <i class="fas fa-exclamation-triangle"></i></span>
}
</div>
</td>
@@ -208,10 +198,10 @@
@if (record.DtEnd < record.DtStart)
{
<tr class="bg-danger text-warning" >
<td class="text-warning">
<td class="text-warning text-wrap textConsensed">
@record.DtStart.ToString("yyyy.MM.dd HH:mm:ss")
</td>
<td class=" text-warning" style="inline-size: 150px; overflow: break-word;">
<td class=" text-warning text-wrap textConsensed">
<div class="">@record.AlarmListNav.FullValue</div>
</td>
<td class="text-warning">
@@ -226,11 +216,11 @@
else
{
<tr>
<td class="text-nowrap">
<td class="text-wrap textConsensed">
@record.DtStart.ToString("yyyy.MM.dd HH:mm:ss")
</td>
<td>
<div class="text-success" style=" inline-size: 150px; overflow: break-word;">@record.AlarmListNav.FullValue</div>
<div class="text-success text-wrap textConsensed">@record.AlarmListNav.FullValue</div>
</td>
<td>
<div class="text-success">CLOSED</div>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>MAPO-MONO</i>
<h4>Version: 1.2.2210.2017</h4>
<h4>Version: 1.2.2210.2018</h4>
<br /> Release Note:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.2.2210.2017
1.2.2210.2018
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.2.2210.2017</version>
<version>1.2.2210.2018</version>
<url>http://nexus.steamware.net/repository/SWS/MP.MONO.UI/stable/LAST/MP.Mon.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/MP.MONO.UI/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+10
View File
@@ -208,7 +208,17 @@ a,
min-width: 8rem;
min-height: 4rem;
}
body {
font-size: 0.7em;
}
}
@media (max-width: 800px) {
body {
font-size: 0.8em;
}
}
@media (max-width: 1024px) {
body {
font-size: 0.9em;
}
}
+14
View File
@@ -237,7 +237,21 @@ a, .btn-link {
min-height: @blSCut * 4;
}
body {
font-size: 0.7em;
}
}
@media (max-width: 800px) {
body {
font-size: 0.8em;
}
}
@media (max-width: 1024px) {
body {
font-size: 0.9em;
}
}
File diff suppressed because one or more lines are too long