Gestione errore: hardware non presente per famiglia selezionata

This commit is contained in:
Annamaria Sassi
2025-10-08 18:43:53 +02:00
parent 9ea6b17fe9
commit cfed8506f9
5 changed files with 51 additions and 21 deletions
+8 -1
View File
@@ -253,7 +253,7 @@
{
<div class="input-group mb-2 justify-content-center">
<button class="btn btn-outline-secondary btn-sm" @onclick="() => FrameWindow.AddSash()">Aggiungi window</button>
<button class="btn btn-outline-secondary btn-sm" @onclick="() => AddSashToFrame(FrameWindow)">Aggiungi window</button>
</div>
}
</div>
@@ -874,3 +874,10 @@
}
</div>
@if (bError)
{
<div class="alert alert-danger" role="alert">
Aggiunta finestra non possibile.
</div>
}