mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-24 21:22:56 +00:00
Disabled the information button for now
Will be implemented for one of the next versions
This commit is contained in:
parent
ee55cd17b8
commit
8af362f6cf
@ -39,9 +39,9 @@
|
||||
<MudTd Style="text-align: left;">
|
||||
@if (context is IERIDataSource)
|
||||
{
|
||||
<MudButton Variant="Variant.Filled" Color="Color.Info" StartIcon="@Icons.Material.Filled.Info" Class="ma-2" OnClick="() => this.ShowInformation(context)">
|
||||
Show Information
|
||||
</MudButton>
|
||||
@* <MudButton Variant="Variant.Filled" Color="Color.Info" StartIcon="@Icons.Material.Filled.Info" Class="ma-2" OnClick="() => this.ShowInformation(context)"> *@
|
||||
@* Show Information *@
|
||||
@* </MudButton> *@
|
||||
}
|
||||
<MudButton Variant="Variant.Filled" Color="Color.Info" StartIcon="@Icons.Material.Filled.Edit" Class="ma-2" OnClick="() => this.EditDataSource(context)">
|
||||
Edit
|
||||
|
Loading…
Reference in New Issue
Block a user