fix grafici
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
|
||||
<div class="form-floating">
|
||||
<input type="number" class="form-control" @bind="@NumComm" id="commentsNum" style="background-color: #212427; color: #FFF;">
|
||||
<span for="commentsNum"># Commenti</span>
|
||||
<label for="commentsNum"># Commenti</label>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ else
|
||||
}
|
||||
else
|
||||
{
|
||||
<table class="table table-sm table-dark table-striped text-center rounded small">
|
||||
<table class="table table-sm table-dark table-striped table-bordered text-center rounded small">
|
||||
<thead>
|
||||
<tr class="text-center">
|
||||
<th>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<i class="@objIcon" style="font-size: 8vw"></i>
|
||||
</div>
|
||||
<div class="card-footer text-center h-100 bg-dark text-light opacity-50 p-1">
|
||||
<span class=" text-center text-wrap" style="font-size: .9rem;">@objTxt</span>
|
||||
<span class="d-inline-block text-center text-nowrap text-truncate mw-100" style="font-size: .9rem;">@objTxt</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<span class="fa fa-bars fa-lg"></span>
|
||||
</button>
|
||||
<div class="offcanvas offcanvas-end text-start" tabindex="-1" id="offcanvasTabMenu" aria-labelledby="offcanvasTabMenuLabel">
|
||||
<div class="offcanvas-header bg-secondary text-light">
|
||||
<div class="offcanvas-header bg-secondary text-light" style="z-index: 9999">
|
||||
<div class="d-flex flex-row">
|
||||
<div class="p-0">
|
||||
<img src="images/LogoSteamware.png" class="img-fluid" width="40px" />
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>6.16.2310.2619</Version>
|
||||
<Version>6.16.2310.2710</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP_TAB_SERV</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -181,7 +181,7 @@ namespace MP_TAB_SERV.Pages
|
||||
}
|
||||
// mostro esito
|
||||
alertCss = "alert-succes";
|
||||
lblOut = $"Registrata dichiarazione fermata alle {DateTime.Now:HH:mm:ss}";
|
||||
lblOut = $"Registrata dichiarazione fermata [{rigaEvento.Nome}] alle {DateTime.Now:HH:mm:ss}";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOSPEC </i>
|
||||
<h4>Versione: 6.16.2310.2619</h4>
|
||||
<h4>Versione: 6.16.2310.2710</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2310.2619
|
||||
6.16.2310.2710
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2310.2619</version>
|
||||
<version>6.16.2310.2710</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user