ok pagina scheda tecnica
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -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,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 @@
|
||||
6.16.2310.515
|
||||
6.16.2310.516
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user