Gestione errore: hardware non presente per famiglia selezionata
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user