Aggiunta tooltip su gerarchia
This commit is contained in:
@@ -131,6 +131,7 @@ namespace Test.UI.Components.Pages
|
||||
{
|
||||
//item.ImageUrl = ICService.ImageUrl($"{apiUrl}/{imgBasePath}", false, item.SVGFileName);
|
||||
}
|
||||
await Task.Delay(1);
|
||||
isLoading = false;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -179,6 +179,13 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user