This commit is contained in:
zaccaria.majid
2023-11-02 12:54:22 +01:00
parent d534adb56c
commit 0ffd516e6c
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ else
<div class="cardObj shadow" @onclick="ShowDetail">
<div class="card-body p-0">
<div class="@RecMSE.Semaforo borderStd p-1 text-center">
<div class="fs-4" style="line-height: 1.8rem;">
<div class="fs-5" style="line-height: 1.8rem;">
<b>@RecMSE.Nome</b>
<br />
<b>@RecMSE.DescrizioneStato</b>: &nbsp; @(FormatDurata(RecMSE.Durata))
+2 -2
View File
@@ -1,9 +1,9 @@
<div class="d-flex justify-content-between">
<div class="col-6 py-1 text-start text-uppercase">
<b>Statistiche di prodizione</b>
<b>Statistiche di produzione</b>
</div>
<div class="col-6 text-end">
<div class="col-6 text-end pe-2">
@if (RecMSE != null)
{
<span>@($"ODL: {RecMSE.IdxOdl}")</span>
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2311.209</Version>
<Version>6.16.2311.210</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB_SERV</RootNamespace>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2311.209</h4>
<h4>Versione: 6.16.2311.210</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2311.209
6.16.2311.210
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2311.209</version>
<version>6.16.2311.210</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>