27 lines
576 B
Plaintext
27 lines
576 B
Plaintext
@page "/SMIn2Event"
|
|
<h3>SMIn2Event</h3>
|
|
|
|
<p>
|
|
Deve permettere upload file *.rul e generazione righe regole (come x csv)
|
|
</p>
|
|
|
|
<p>
|
|
I dati generati potrebbero andare direttamente sul DB, nella tab <b>TransizioneIngressiNew</b>:
|
|
<br />
|
|
select * from TransizioneIngressiNew
|
|
</p>
|
|
<p>
|
|
Vista in preview si può poi inserire in prod se confermato
|
|
</p>
|
|
|
|
<input type="input" @bind="@sz_file2Read" />
|
|
|
|
<button @onclick="()=>Read_rule_file_transitions()"></button>
|
|
|
|
<span class="fs-1">@sz_file2Read</span>
|
|
|
|
@*@foreach (var item in bits)
|
|
{
|
|
<span>@item</span>
|
|
}*@
|