Files
mapo-core/MP.MON/Components/Compo/LoadingData.razor
T
Samuele Locatelli d4526ffdb5 MON:
- convertita in PURAMENTE Server x evitare alla radice i problemi del server Jetco
2025-03-18 19:29:40 +01:00

10 lines
452 B
Plaintext

<div class="row p-5 m-5 alert alert-primary">
<div class="col-6 text-center mt-4 py-3 bg-light">
<h1>MAPO MON</h1>
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 | <b>@(OperatingSystem.IsBrowser() ? "WASM" : "Server")</b> mode</h3>
<i class="fas fa-spinner fa-spin fa-4x"></i>
</div>
</div>