Files
limanapp/EgwControlCenter.App/Components/Compo/CmpFooter.razor
T
Samuele Locatelli c8b049be4f Update display aggiornamenti
- maca gestione timer autorefresh componente
- manca testing finale
- manca clickonce finale
2024-09-21 12:44:06 +02:00

17 lines
695 B
Plaintext

<div class="d-flex justify-content-between text-light">
<div class="text-start">
<button class="btn btn-sm btn-outline-light py-0 px-1" @onclick="NavAbout">
@CurrAssembly.Name <span class="small">v.@AppVers</span>
</button>
@* <a class="text-light" href="https://iis01.egalware.com/Egalware/ACC/Publish.html" target="_blank">@CurrAssembly.Name</a> <span class="small">v.@AppVers</span> *@
</div>
<div class="text-end">
<span class="small px-1">@adesso</span>
<a class="text-light" href="https://www.egalware.com/" target="_blank"><img class="img-fluid" width="12" src="images/LogoEgw.png" /> Egalware </a>
</div>
</div>