Aggiunta tooltip su gerarchia
This commit is contained in:
@@ -98,14 +98,14 @@
|
||||
@for (int j = 0; j < m_maxCol; j++)
|
||||
{
|
||||
@if (j + 1 == ItemTableList[i].Col)
|
||||
{
|
||||
{
|
||||
<td>
|
||||
<button class="btn btn-sm btn-secondary" style="font-size: 1rem;" @onclick="() => NextStepAndPreview(CompileStep.Frame)">@ItemTableList[i].Desc</button>
|
||||
<button class="btn btn-sm btn-secondary" style="font-size: 1rem;" @onclick="() => NextStepAndPreview(CompileStep.Frame)" title="Vai a step @(CompileStep.Frame)">@ItemTableList[i].Desc</button>
|
||||
</td>
|
||||
}
|
||||
else
|
||||
{
|
||||
<td></td>
|
||||
<td> </td>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user