Minor fix finali

This commit is contained in:
Samuele Locatelli
2025-03-15 11:58:26 +01:00
parent c0fec71b5d
commit d69303ef03
12 changed files with 26 additions and 24 deletions
+4 -5
View File
@@ -1,15 +1,14 @@
<div class="d-flex justify-content-between text-light">
<div class="px-1">
<b>Mapo MON .net 8 @(DateTime.Today.Year)</b> | <span class="small">v.@version</span>
@if (OperatingSystem.IsBrowser())
@if (Width > 0)
{
<small class="small align-items-center"> |@Width x @Height | </small>
<small class="small align-items-center"> | @Width x @Height | </small>
}
<small class="ps-1 small align-items-center">@(OperatingSystem.IsBrowser() ? "WASM" : "Server")</small>
</div>
<div class="px-2">
<span class="small">@($"{DateTime.Now:HH:mm:ss}")</span> | <a class="text-light" href="https://www.egalware.com/" target="_blank"><img class="img-fluid" width="16" src="images/LogoEgw.png" /> Egalware </a>
</div>
</div>
</div>
+3 -1
View File
@@ -1,6 +1,8 @@
<div class="px-2">
<img class="logoImg img-fluid" src="images/LogoMapo.png" height="24" />
<span class="mainHead p-3 align-middle"><b><span style="color: #DEDEDE;">MP MON</span>itor</b></span>
<NavLink class="mainHead p-3 align-middle" href="force-reload" style="text-decoration:none;">
<span><b><span style="color: #DEDEDE;">MP MON</span>itor</b></span>
</NavLink>
</div>
<div class="px-2">
<span id="text-white text-right">
+1 -1
View File
@@ -4,7 +4,7 @@
EgalWare MES suite <img class="logoImg img-fluid" src="images/logoCliente.png" />
</div>
<div class="col-6 text-center mt-4 py-3 bg-light">
<h3>loading data</h3>
<h3>loading data | <b>@(OperatingSystem.IsBrowser() ? "WASM" : "Server")</b> mode</h3>
<i class="fas fa-spinner fa-spin fa-4x"></i>
</div>
</div>