Merge branch 'develop' of https://gitlab.steamware.net/egalware-web/mes/mapo/mapo-iob-man into develop
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user