6636eacc04
- Aggiunto reset lista profili elementi - Aggiunta richiesta lista profili elementi per gli split
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
@using static WebWindowComplex.LayoutConst
|
|
<div class="input-group mb-2">
|
|
<span class="input-group-text">@name()</span>
|
|
@if (User)
|
|
{
|
|
<input type="text" readonly class="form-control" value="@(CurrRec.dDimension)">
|
|
}
|
|
else
|
|
{
|
|
<input type="text" class="form-control" @bind="@(updateVal)">
|
|
}
|
|
</div> |