fix grafici

This commit is contained in:
zaccaria.majid
2022-12-15 15:29:50 +01:00
parent 937ab18519
commit b6b0333b74
3 changed files with 9 additions and 12 deletions
+7 -10
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
<h3>Totale lotti</h3>
<table class="table">
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Lotto</th>
+1 -1
View File
@@ -73,7 +73,7 @@
</div>
</div>
}
<table class="table">
<table class="table table-striped">
<thead>
<tr>
<th scope="col">ID magazzino</th>