ok pagina scheda tecnica

This commit is contained in:
zaccaria.majid
2023-10-05 16:45:39 +02:00
parent 650e4b3824
commit 4b564df8de
6 changed files with 29 additions and 9 deletions
+19 -5
View File
@@ -1,5 +1,19 @@
<h3>TechSheetDetail</h3>
@code {
}
<div class="card mt-2">
<div class="card-header fs-4 bg-info fw-bold">
Scheda Tecnica
</div>
<div class="card-body d-flex justify-content-between flex-wrap">
<div class="col-6 p-1">
<button class="w-100 btn btn-light shadow p-3">Dati Articolo</button>
</div>
<div class="col-6 p-1">
<button class="w-100 btn btn-light shadow p-3">Materiali</button>
</div>
<div class="col-6 p-1">
<button class="w-100 btn btn-light shadow p-3">Attrezzatura</button>
</div>
<div class="col-6 p-1">
<button class="w-100 btn btn-light shadow p-3">Imballi</button>
</div>
</div>
</div>
@@ -0,0 +1,6 @@
namespace MP_TAB_SERV.Components
{
public partial class TechSheetDetail
{
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2310.515</Version>
<Version>6.16.2310.516</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.2310.515</h4>
<h4>Versione: 6.16.2310.516</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2310.515
6.16.2310.516
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2310.515</version>
<version>6.16.2310.516</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>