fix controlli solo se con odl
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
<ShowProcessing Message="Caricamento" IsProcessing="@isProcessing"></ShowProcessing>
|
||||
<div class="cardObj p-2 mt-2">
|
||||
<div class="mb-1 fs-6">
|
||||
<button class="btn btn-primary btn-lg text-light w-100 mb-1" @onclick="ToggleBtn">
|
||||
<i class="fa fa-wrench"></i> @ConfTitle
|
||||
</button>
|
||||
@if (RecMSE.IdxOdl > 0)
|
||||
{
|
||||
|
||||
<button class="btn btn-primary btn-lg text-light w-100 mb-1" @onclick="ToggleBtn">
|
||||
<i class="fa fa-wrench"></i> @ConfTitle
|
||||
</button>
|
||||
}
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<h2>Tipo Selezione</h2>
|
||||
|
||||
Reference in New Issue
Block a user