fix wrap pagina allarmi
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Platforms>AnyCPU;x86;x64</Platforms>
|
||||
<Version>1.2.2210.2009</Version>
|
||||
<Version>1.2.2210.2017</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -207,18 +207,18 @@
|
||||
{
|
||||
@if (record.DtEnd < record.DtStart)
|
||||
{
|
||||
<tr class="bg-danger text-warning">
|
||||
<td class="text-nowrap text-warning">
|
||||
<tr class="bg-danger text-warning" >
|
||||
<td class="text-warning">
|
||||
@record.DtStart.ToString("yyyy.MM.dd HH:mm:ss")
|
||||
</td>
|
||||
<td class="text-nowrap text-warning">
|
||||
<td class=" text-warning" style="inline-size: 150px; overflow: break-word;">
|
||||
<div class="">@record.AlarmListNav.FullValue</div>
|
||||
</td>
|
||||
<td class="text-nowrap text-warning">
|
||||
<td class="text-warning">
|
||||
<div class="">ACTIVE</div>
|
||||
</td>
|
||||
|
||||
<td class="text-nowrap text-warning">
|
||||
<td class="text-warning">
|
||||
<div class="float-end">--:--:--</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -230,7 +230,7 @@
|
||||
@record.DtStart.ToString("yyyy.MM.dd HH:mm:ss")
|
||||
</td>
|
||||
<td>
|
||||
<div class="text-success">@record.AlarmListNav.FullValue</div>
|
||||
<div class="text-success" style=" inline-size: 150px; overflow: break-word;">@record.AlarmListNav.FullValue</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="text-success">CLOSED</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>MAPO-MONO</i>
|
||||
<h4>Version: 1.2.2210.2009</h4>
|
||||
<h4>Version: 1.2.2210.2017</h4>
|
||||
<br /> Release Note:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.2.2210.2009
|
||||
1.2.2210.2017
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.2.2210.2009</version>
|
||||
<version>1.2.2210.2017</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>
|
||||
|
||||
Reference in New Issue
Block a user