Update IUX
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m50s

This commit is contained in:
Leandro Hernan Rojas 2025-05-23 23:31:10 -03:00
parent a0c9fb2a4c
commit 69ea0a6a98
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@
<!-- TABLA DE RESULTADOS -->
@if (PagedQuotes?.Items?.Any() == true)
{
<table class="table table-sm table-striped table-hover" style="zoom:0.9;">
<table class="table table-sm table-hover" style="zoom:0.9;">
<thead>
<tr>
<th>Quotenumber</th>
@ -160,7 +160,7 @@
<dt class="col-5">Emisión:</dt>
<dd class="col-7">@SelectedQuote?.IssueDate.ToString("dd/MM/yyyy")</dd>
<dt class="col-5">Estimada:</dt>
<dd class="col-7">@SelectedQuote?.EstimatedDate?.ToString("dd/MM/yyyy") ?? "—"</dd>
<dd class="col-7">@SelectedQuote?.EstimatedDate?.ToString("dd/MM/yyyy")</dd>
<dt class="col-5">Unidad Negocio:</dt>
<dd class="col-7">@SelectedQuote?.BusinessUnitName</dd>
<dt class="col-5">Moneda:</dt>

View File

@ -74,7 +74,7 @@
</div>
</div>
<!-- RENDERIZACION DE TABLA-->
<table class="table">
<table class="table table-sm table-hover">
<!-- RENDERIZAR ENCABEZADOS-->
<thead>
<tr>