fix grafici
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
<table class="table">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
@if (inCorso)
|
||||
@@ -90,15 +90,12 @@
|
||||
@foreach (var item in elencoSessioni)
|
||||
{
|
||||
<tr>
|
||||
@if (inCorso)
|
||||
{
|
||||
<td>
|
||||
<!-- Button trigger modal -->
|
||||
<a href="Invio?sessID=@item.InveSessID&codMag=@item.AnagMagNav.CodMag" class="btn btn-dark" title="Apri pagina sessione">
|
||||
<i class="fa-solid fa-up-right-from-square"></i>
|
||||
</a>
|
||||
</td>
|
||||
}
|
||||
<td>
|
||||
<!-- Button trigger modal -->
|
||||
<a href="Invio?sessID=@item.InveSessID&codMag=@item.AnagMagNav.CodMag" class="btn btn-dark" title="Apri pagina sessione">
|
||||
<i class="fa-solid fa-up-right-from-square"></i>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
@item.InveSessID
|
||||
</td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<h3>Totale lotti</h3>
|
||||
|
||||
<table class="table">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Lotto</th>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
<table class="table">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">ID magazzino</th>
|
||||
|
||||
Reference in New Issue
Block a user