This commit is contained in:
Samuele Locatelli
2025-12-03 07:54:31 +01:00
3 changed files with 13 additions and 7 deletions
@@ -1090,6 +1090,9 @@ namespace IOB_MAN.Core.Services
if (startProc)
{
// chiudo eventuali processi in RUN
DoCloseAll(false);
// avvio i processi...
DoOpenAllChild();
Log.Trace($"Child Opened");
@@ -1,5 +1,5 @@
<div class="card shadow mb-0">
<div class="card shadow shadow-lg mb-0">
<div class="card-header">
<div class="d-flex justify-content-between">
<div class="p-0 d-flex">
@@ -191,11 +191,14 @@
}
</tbody>
<tfoot>
<tr class="bg-dark bg-gradient text-light">
<td colspan="19" class="text-end small py-0">
<EgwCoreLib.Razor.DataPager PageSize="@numRecord" currPage="@currPage" numRecordChanged="SetNumRec" numPageChanged="SetPage" totalCount="@totalCount" showLoading="@isLoading" PageSizeList="@PageSizeDispl"></EgwCoreLib.Razor.DataPager>
</td>
</tr>
@if (numRecord < totalCount)
{
<tr class="bg-dark bg-gradient text-light">
<td colspan="19" class="text-end small py-0">
<EgwCoreLib.Razor.DataPager PageSize="@numRecord" currPage="@currPage" numRecordChanged="SetNumRec" numPageChanged="SetPage" totalCount="@totalCount" showLoading="@isLoading" PageSizeList="@PageSizeDispl"></EgwCoreLib.Razor.DataPager>
</td>
</tr>
}
</tfoot>
</table>
</div>
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="page">
<main>
<article class="content px-2 py-1">
<article class="content px-2 py-1 bg-secondary bg-opacity-75 bg-gradient vh-100">
@Body
</article>
<div class="fixed-bottom bottom-row p-1">